Linux - Delete thunderbird msf file in 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

Hope you have enjoyed, Linux - Delete thunderbird msf file in linuxThanks for your time

Tech Bluff