Command 6
Command 6
VARIABLES:
a=Hello
echo $a
GlobbingLimited search:
ls *.txt
ls file1.*
ls file?.txt
? = any single character
* = anything
echo $PATH //shows directories where commands are run; executable locations
which ls //locate ls command /bin/ls
which echo //both ls and echo is in /bin