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 have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
Which Command used to lock user password in Linux?
Write a command that will display all .txt files, including its individual permission.
How do I check command history?
How do I check cores in linux?
How do I check disk space in bash?
What is ulimit in linux?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
What are the command prompt commands?
What are grep commands?
What the command used for list the contents of your home directory, current directory and all subdirectories?
Who command in linux?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
What does rmdir do in linux?