Uploaded by gpapotto1

Linux

advertisement
*-any string of character
?-any single
[]-range of character
!-not
ls /bin-absolute path
cd favorites-relative path
mkdir Documents2
ls ..
cd Favorites/Foods
touch sandwiches.txt
cp *.txt ~
etc/rc.d/rc[0-9].d
cd /usr/share
ls *[1-3].0 
Download