Please write a loop for removing all files in the current directory that contains a word ‘log’?
Answer Posted / saurabh
rm -rf *log*
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which daemon tracks events on your system?
What is UIL(user interface language)
What are hard links?
What is cli in linux?
Linux initially was developed for intel x86 architecture but has been ported to another hardware platform than any other operating system. Do you agree?
How many users can login into linux server at same time??
How to unzip a file in Linux?
Is binary semaphore same as mutex?
How do I check hard drive space on linux?
What is the difference between lock and semaphore?
How to give permission to full permission in linux?
Which command in linux is used for the description of any command?
how you will do kernel compilation in linux operating system?
What is the full form of linux and unix?
You have a large spreadsheet located in the /data directory that five different people need to be able to change. How can you enable each user to edit the spreadsheet from their individual home directories?