Y
Hacker News
new
|
ask
|
show
|
jobs
by
thesuperbigfrog
1328 days ago
And if you want to do multiple things you have to separate them with commas:
rm -r -fo thing1, thing2
Or in the non-recursive way:
rm thing1, thing2, thing3