how to find largest file?
Answer Posted / suvarna
du -a /var | sort -n -r | head -1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it inbetween or in between?
How to find $ai_serual resolved path by using unix
What is grep and how do you use it?
Which command is used to copy files?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the use of cut command in unix?
Write a command to kill the last background job?
What happens when we execute a unix command?
What is the use of egrep command in unix?
Write a command to display a file’s contents in various formats?
What does awk stand for?
What is command substitution?
What do know about tee command?
Describe the usage and functionality of the command rm –r * in unix?
What is the significance of the 'tee' command?