| 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.
|
| Linux - Find and delete thunderbird's msf file |
| The topic on Linux - Delete thunderbird msf file in linux is posted by - Math |
Hope you have enjoyed, Linux - Delete thunderbird msf file in linux . Thanks for your time.
|