some basic key information
/dev/shm/ /tmp/ /home/<USER>/ /var/www/html/<>
cat
# using grep grep . <filename> # print all files in current dir grep -R . # script while read line; do echo $line; done < FILE
Last updated 3 years ago