popd: add '-n' option; pushd: add '-n' option (#10435)
* Add '-n' option to pushd and popd * Update pushd page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -15,3 +15,7 @@
|
||||
- Remove the Nth directory (starting from zero to the right from the list printed with `dirs`):
|
||||
|
||||
`popd -N`
|
||||
|
||||
- Remove the 1st directory (starting from zero to the left from the list printed with `dirs`):
|
||||
|
||||
`popd -n`
|
||||
|
Reference in New Issue
Block a user