how is the possible the "last 10 files present in the
current directory and stores them in the file list".
Answer Posted / lele
ls -1t | tail -n 10 > filename
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How many cmd commands are there?
How often do you use grep command and how in Linux operating system?
How do you check which file consuming more space in linux?
What is #!/ Bin sh?
The ‘logout’ built in command is used to
What is c++ makefile?
What does p mean linux?
How many commands are there in linux?
What is help command in linux?
Can I delete .bash history?
What are the basic command in linux?
What is the command to check cpu speed in linux?
How to know linux os is 32 bit or 64 bit?
Explain about the command elm?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.