Y
Hacker News
new
|
ask
|
show
|
jobs
by
jfreax
2133 days ago
What the difference in just deleting the whole directory and recreating it with `mkdir`. Or just do an `rm -rf dir/*`?
1 comments
ggrrhh_ta
2133 days ago
Hidden directories, links within dir... (usually, you want a "nofollow" default for destructive operations)
link