Comment by DeathArrow
4 years ago
If I'm going to use the file in the command line, I won't use spaces, since I don't know what sick bug I might encounter.
4 years ago
If I'm going to use the file in the command line, I won't use spaces, since I don't know what sick bug I might encounter.
I avoid spaces because they make tab completion more cumbersome in bash.
100% this
Same. For documents and stuff that I use in normiespace I give them friendly names with capitalization and spaces and such, but for anything I'm going to be working on via CLI I try to use filenames that will be easily chunked as "words" when doing things like double clicking it in terminal to select, ^w to erase it, tab completion etc.