how is the possible the "last 10 files present in the
current directory and stores them in the file list".
Answer Posted / karan
ls -l |tail -n 10 > filename
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
Why is it called bash?
Which command will show you free/used memory? Does free memory exist on linux?
How do you sort cpu in top command?
How do I find hostname in linux?
What is the role of case sensitivity in affecting the way commands are used?
Which command reduces the size of a file?
What is cmake in linux?
How do makefiles work?
What is file and example?
How do I create a .txt file?
How use more command in linux?
How use linux command line?
why context switching time should be minimum? How it depends on hardware support?
What is umask 000?