Y
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
drcongo
2514 days ago
I use zsh and fish, `..` takes you to the parent directory without typing `cd`
link