Skip to content

Commit

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

> Removes a directory placed on the directory stack via the pushd shell built-in.
> 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`

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

- Removes 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 7f63bce

Please sign in to comment.