The command find . name "first.cpp" exec rm {}\;
a: starts from the current directory, and deletes all instances of first.cpp
b: starts from the home directory, and executes all instances of first.cpp
c: starts from the root directory, and removes files that are executable
d: all of the above
a: starts from the current directory, and deletes all instances of first.cpp
Computer Science & Information Technology
You might also like to view...
Once your logic enters the body of a structured loop, ____.
A. the entire loop must execute B. the loop can be terminated with a break statement C. the loop will execute indefinitely D. a decision statement will be evaluated
Computer Science & Information Technology
In an e-mail address, everything before the @ symbol represents the domain name.?
Answer the following statement true (T) or false (F)
Computer Science & Information Technology