Hacker News new | ask | show | jobs
by NobodyNada 2515 days ago
`..` is not a command, it's just the name of the parent directory (unless you've defined it as an alias for `cd ..`)
1 comments

I use zsh and fish, `..` takes you to the parent directory without typing `cd`