Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
No Answer is Posted For this Question
Be the First to Post Answer
what is virtual machine?
What do chmod command do?
what does a process mean?
What is the comma to show the space allocation of files?
What Command is used to make a directory?
What is the significance of the 'tee' command?
distinguish between interrupts and exceptions?
How do you move a process which is running background to foreground?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
what is the use of uniq commmand?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
what is the difference between pipe(|) and tee command..