delete thunderbird msf file in linux
LINUX - Find and delete thunderbird's msf file |
| delete thunderbird msf file in linux |
Find and delete thunderbird's msf files to make your profile work quickly again.
find ~/.thunderbird/*.default/ -name *.msf -exec rm -f {} \;
Find command will find the msf file from the specified home directory or location and the exec command will remove the file found by using find command. |
| The topic on LINUX - delete thunderbird msf file in linux is posted by - Math |