What does the below command print on screen
awk -F:'$3<75'/etc/passwd
and what will happen if the below command is executed?
find . -type f-name "isd.txt." -exec.rm -f{}\;
What does the below command print on screen
awk -F:'$3<75'/etc/passwd
and what will happen if the below command is executed?
find . -type f-name "isd.txt." -exec.rm -f{}\;
Comments
Post a Comment