Computer Quote by Larry Wall
“Just don't create a file called '-rf.'”
About This Quote
Source Advice: Unix Programming, 1992
Avoid naming a file '-rf' because it can be misinterpreted as a dangerous command, leading to accidental data loss.
In simple terms: Bad filenames can cause serious errors.
Choose safe, descriptive filenames.
Themes
Mood
Type
When to use this quote
- system administration
- software development
- file management
Key Concepts
Questions to Reflect On
- How do you safeguard against accidental commands?
- What naming conventions help avoid errors?
Even careful naming can’t prevent all mistakes.