Skip to content

Commit

Permalink
Reference dirs builtin in pushd/popd (tldr-pages#5759)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambirdsall-gogo authored Apr 15, 2021
1 parent 1bce6a3 commit cee4489
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
1 change: 1 addition & 0 deletions pages/osx/popd.md → pages/common/popd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# popd

> Remove a directory placed on the directory stack via the pushd shell built-in.
> See also `pushd` to place a directory on the stack and `dirs` to display directory stack contents.
- Remove the top directory from the stack and cd to it:

Expand Down
2 changes: 1 addition & 1 deletion pages/osx/pushd.md → pages/common/pushd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pushd

> Place a directory on a stack so it can be accessed later.
> See also `popd` to switch back to original directory.
> See also `popd` to switch back to original directory and `dirs` to display directory stack contents.
- Switch to directory and push it on the stack:

Expand Down
15 changes: 0 additions & 15 deletions pages/linux/popd.md

This file was deleted.

16 changes: 0 additions & 16 deletions pages/linux/pushd.md

This file was deleted.

0 comments on commit cee4489

Please sign in to comment.