c0t0d0s0.org
-f
http://www.c0t0d0s0.org/archives/7404-f.html
4 comments
Can we please use more informative titles. -f means I have to open this page to see what it's all about. Yes, that will get you views to your spamblog, but it doesn't help this site be useful, which is it's stated aim.
I don't see any connection to spam on this blog.
The title was too short for a variety of reasons (it's even a ~hard~ click target like that), but I enjoyed it.
I agree with the other reply: Complaining is probably worse than flagging it. Or - just not clicking things out of curiosity unless you genuinely want to see what 26 people at the time of this writing considered interesting.
The title was too short for a variety of reasons (it's even a ~hard~ click target like that), but I enjoyed it.
I agree with the other reply: Complaining is probably worse than flagging it. Or - just not clicking things out of curiosity unless you genuinely want to see what 26 people at the time of this writing considered interesting.
Did you flag the submission? If enough people do the admins might take a look and change it.
The most common use of the -f switch for me is when deleting directories that have git repos in them. If I do "rm -r project", it complains about every single object file in the Git database being not writable. I need to "rm -rf project" to get it to actually delete the directory without having to punch "yes" a thousand times, and "man rm" doesn't offer any safer alternatives.
[deleted](2)
You could use "yes | rm -r project", I guess.
I think the biggest reason why people abuse --force is because you have to force rm to remove directories. In our day of ~/Downloads full of extracted tarballs, we use it pretty flippantly. If that weren't the case, we might be more cautious with our --force usage.
I wonder if the author feels similarly about -9