mirror of
https://github.com/cheat/cheat.git
synced 2026-05-28 03:58:44 +02:00
Merge pull request #314 from shanahanjrs/pushd-popd
Added cheatsheets for pushd and popd commands
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Returns to the directory at the top of the `pushd' stack
|
||||
popd
|
||||
@@ -0,0 +1,5 @@
|
||||
# Pushes your current directory to the top of a stack while changing to the specified directory
|
||||
pushd <directory>
|
||||
|
||||
# To return use popd
|
||||
popd
|
||||
Reference in New Issue
Block a user