Tag: unix
Questions Related to unix
-
cp chap?? progs
-
cp chap* progs
-
cp chap[12] /progs/.
-
cp chap?? /progs/*
-
chmod u x emp[l-3]
-
chmod 777 emp*
-
chmod u r ??? emp
-
chmod 222 emp?
-
wc infile >newfile
-
wc newfile
-
wc infile - newfile
-
wc infile | newfile
-
chmod go r note
-
chmod go rw note
-
chmod go-x note
-
chmod go-r, 4-x note