Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,15 +1,15 @@
# pushd
> Place a directory on a stack so it can be accessed later
> Place a directory on a stack so it can be accessed later.
- Switch to directory and push it on the stack
- Switch to directory and push it on the stack:
`pushd < {{directory}}`
- Switch first and second directories on the stack
- Switch first and second directories on the stack:
`pushd`
- Rotate stack by making the 5th element the top of the stack
- Rotate stack by making the 5th element the top of the stack:
`pushd +4`