Horje
linux delete appledouble ds_store files Code Example
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 {} \;




Shell

Related
installation directory must be on local hard drive Code Example installation directory must be on local hard drive Code Example
Homebrew PHP appears not to be linked. Please run [valet use php@X.Y] Code Example Homebrew PHP appears not to be linked. Please run [valet use [email protected]] Code Example
batch copy silent Code Example batch copy silent Code Example
git get username Code Example git get username Code Example
How to check my git username Code Example How to check my git username Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14