Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: openbullet2 installation on kali linux 
Shell :: awk print lines when match is found with specific field 
Shell :: ufw block ip linux 
Shell :: ssh get key 
Shell :: bash get file name 
Shell :: shell remove last character 
Shell :: kill python processes 
Shell :: git clone in gitpython 
Shell :: uninstall redis ubuntu terminal 
Shell :: remove large file from git history 
Shell :: my partition disappeared windows 10 
Shell :: uninstall google drive ubuntu 20.04 
Shell :: change remote repository git 
Shell :: install react-native cmd linux 
Shell :: linux show copy progress 
Shell :: conda install pyvista 
Shell :: how to install gatsby with typescript 
Shell :: install gogh 
Shell :: raspberrypi-ui-mods kept back 
Shell :: how to install guitarix 
Shell :: arch remove package and dependencies 
Shell :: postcss plugin tailwindcss requires postcss 8. migration guide for end-users 
Shell :: replace ionic-angular @ionic/angular 
Shell :: change commit date 
Shell :: cpanel softacoulous free 
Shell :: bash get length of every nth row 
Shell :: neovim source current file 
Shell :: cordova run ios choose simulator 
Shell :: how to I display powershell function code 
Shell :: config git editor vim 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =