Vastermonster
is Paul Thrasher's personal blog. This is my space to write and post whatever I'm into at the moment. I will mostly post about php code, design, strange videos, internet chaos, simplicity and cleverness — fairly in-often.
Home
About me
Feed
Posts tagged with “linux”
20
Nov
2:57 pm
rm -rf ./*/.DS_Store
rm -rf ./*/.svn
— Tip for removing the .DS_Store files and .svn folders recursively throughout a folder tree.
View Comments
· Tags:
code
,
linux
,
command
,
tip