I accidentally discovered that both “cd …” and “…” work, and moreover, I can add more dots to go back further! I’m using zsh on iTerm2 on macOS. I’m pretty sure this isn’t a cd feature. Is this specific to zsh or iTerm2? Are there other cool features I just never knew existed??

I’m so excited about an extra dot right now.

  •  rnd   ( @rnd@beehaw.org ) 
    link
    fedilink
    188 months ago

    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.

      •  rnd   ( @rnd@beehaw.org ) 
        link
        fedilink
        English
        28 months ago

        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.)