Starting from your current directory, find and delete all instances of myfile
What will be an ideal response?
find . name "myfile" exec rm {}\;
Computer Science & Information Technology
You might also like to view...
COGNITIVE ASSESSMENT You are looking for a backup that copies only the files that have changes since the last full backup. Which of the following will you use?
A. archival backup B. differential backup C. selective backup D. incremental backup
Computer Science & Information Technology
What PIN is considered to be the most commonly used PIN?
A. 1234 B. 4321 C. 0000 D. 7777
Computer Science & Information Technology
Jumbo frames are usually __________ bytes long-though technically, anything over 1500 counts-and they reduce the total number of frames moving through the network.
A. 1000 B. 5000 C. 7000 D. 9000
Computer Science & Information Technology
Select from the list below the choice that is NOT a relational operator.
A. || B. == C. > D. !=
Computer Science & Information Technology