Originally posted by: jiwq
so rm -rf forcefully gets rid of everything in the current dir and everything inside it?
Fixed. Careful there!Originally posted by: n0cmonkey
cd DIR && rm .* && cd .. && rmdir DIR
Originally posted by: kamper
Fixed. Careful there!Originally posted by: n0cmonkey
cd DIR && rm .* && cd .. && rmdir DIR
Edit: although I guess it wouldn't matter if DIR is absolute