Skip to content

Commit

Permalink
popd: Modified description
Browse files Browse the repository at this point in the history
  • Loading branch information
juan88 committed Oct 6, 2017
1 parent 04ba47c commit 5f255cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/linux/popd.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Popd
# popd

> Remove a directory placed on the directory stack via the pushd shell built-in.
- Remove the top directory from the stack and cd to it:

`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`

0 comments on commit 5f255cc

Please sign in to comment.