The media device that uses characteristics continuous is the Screen.
In Continous characteristic is where there is timing relationship between source and destination.
Answer:
Option B
<u><em>Hope this Helps!!! :)</em></u>
A <span>stagflation is my answer.</span>
Answer:
true
Explanation:
The command:
find -empty -type f -exec rm { } \;
carries out the following steps.
1) Finds all the empty files in the current directory and its subdirectories.
2) For each of the identified files, it executes the command specified as the parameter to exec option,namely, rm <filename>.
So effectively it removes all empty files in the directory tree starting at the current directory.