linux delete appledouble ds_store files
find . -name ".DS_Store" -exec rm -Rf {} \;
find . -name ".apdisk" -exec rm -Rf {} \;
find . -name ".AppleDouble" -exec rm -Rf {} \;
find . -name ".AppleDB" -exec rm -Rf {} \;
find . -name "afpd.core" -exec rm -Rf {} \;
find . -name ".TemporaryItems" -exec rm -Rf {} \;
find . -name "__MACOSX" -exec rm -Rf {} \;
find . -name "._*" -exec rm -Rf {} \;
Also in Shell:
- copy folders linux
- install .net core sdk on linux
- how to update pip in linux
- grep search for text in php files recursive
- mac cleanup github
- static ip debian
- how to create a branch in git
- powershell get all computers in ou
- linux memory cache clear
- how to tar linux
- ubuntu passwordless sudo
- install axios vue
- composer add package
- how to import microsoft.online sharepoint powershell
- git config ssl verify false
- install linuxbrew
- convertingwav to mp3 linux ffmpeg
- how to install any package in node.js
- bash remove first character from line
- mate on ubuntu 20.04
- randomly choose n rows from a file linux
- how to find a file in linux terminal
- seti for ubuntu
- pip installer for mac