Keep working on 'bash' cheetsheet.

Minor corrections.
This commit is contained in:
Alexound 2019-10-24 12:02:15 +04:00
parent aa8b4efb86
commit 6fe0435c77
1 changed files with 1 additions and 1 deletions

View File

@ -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)