this post was submitted on 03 Nov 2023
39 points (100.0% liked)
Programming
13362 readers
25 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not really.
.
and..
are the only standard directory entries that are added by the system.Some shells may extrapolate from that by adding
...
to go two directories up, but...
can just as well be the name of an actual file or directory.I’ve always thought it was funny how *nix lets you name things in a way that makes it miserable for others lol. I think I had a directory named
-
because of amkdir
syntax error.I guess this is an interesting contrast to Windows, where not only certain characters (like ? or * or |) are banned, but also entire filenames that used to refer to device files in DOS (con, prn, lpt1, etc.)