Skip to content

Commit

Permalink
popd: fixed description. Added in linux and osx. Removed from common.
Browse files Browse the repository at this point in the history
  • Loading branch information
juan88 committed Oct 6, 2017
1 parent 7f63bce commit 04ba47c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
File renamed without changes.
15 changes: 15 additions & 0 deletions pages/osx/popd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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`):

`popd +N`

- Remove the Nth directory (starting from zero to the right from the list printed with `dirs`):

`popd -N`

0 comments on commit 04ba47c

Please sign in to comment.