mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2025-02-02 12:08:25 +00:00
Keep working on 'bash' cheetsheet.
Minor corrections.
This commit is contained in:
parent
aa8b4efb86
commit
6fe0435c77
@ -54,7 +54,7 @@ echo $SHELL # displays the shell you're using
|
||||
echo $BASH_VERSION # displays bash version
|
||||
|
||||
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)
|
||||
|
||||
clear # clears content on window (hide displayed lines)
|
||||
|
Loading…
x
Reference in New Issue
Block a user