Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 354 Bytes

File metadata and controls

22 lines (12 loc) · 354 Bytes

bash (GNU Bourne-Again SHell)

Get help on individual built-in commands

In manpage-like format

$ help -m <BUILT-IN COMMAND>

Navigate directory stack

Add directory to the stack

$ pushd <PATH TO DIRECTORY>

List directories

$ dirs -v

Switch between the directories

$ pushd +0