mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:53:50 +02:00
popd: Modified description
This commit is contained in:
parent
04ba47c2c7
commit
5f255cca7d
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Popd
|
||||
# popd
|
||||
|
||||
> Remove a directory placed on the directory stack via the pushd shell built-in.
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
|||
|
||||
`popd`
|
||||
|
||||
- Remove the Nth directory (starting from zero to the left from the list printed with dirs):
|
||||
- Remove the Nth directory (starting from zero to the left from the list printed with `dirs`):
|
||||
|
||||
`popd +N`
|
||||
|
||||
- Remove the Nth directory (starting from zero to the right from the list printed with dirs):
|
||||
- Remove the Nth directory (starting from zero to the right from the list printed with `dirs`):
|
||||
|
||||
`popd -N`
|
||||
|
|
Loading…
Add table
Reference in a new issue