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
What is {} in find command?
Write a command that will display files in the current directory, in a colored, long format.
What does touch command do in unix?
Is ‘du’ a command? If so, what is its use?
What is the use of the tee command?
what is the advaantage of each user having its own copy of the shell?
What is the general format of unix command syntax?
What is unix command line?
How do I clear my terminal history?
What is the unix command to confirm a remote host is alive or not?
What is the behavioural difference between cmp and diff commands?
What does grep v do?
What is “chmod” command?
What is the difference between awk and grep?
Who command in unix operating system?