mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
Keep working on 'bash' cheetsheet.
Minor corrections.
This commit is contained in:
@@ -54,7 +54,7 @@ echo $SHELL # displays the shell you're using
|
|||||||
echo $BASH_VERSION # displays bash version
|
echo $BASH_VERSION # displays bash version
|
||||||
|
|
||||||
bash # if you want to use bash (type exit to go back to your previously opened shell)
|
bash # if you want to use bash (type exit to go back to your previously opened shell)
|
||||||
whereis bash # finds out where bash is on your system
|
whereis bash # locates the binary, source and manual-page for a command
|
||||||
which bash # finds out which program is executed as 'bash' (default: /bin/bash, can change across environments)
|
which bash # finds out which program is executed as 'bash' (default: /bin/bash, can change across environments)
|
||||||
|
|
||||||
clear # clears content on window (hide displayed lines)
|
clear # clears content on window (hide displayed lines)
|
||||||
|
|||||||
Reference in New Issue
Block a user