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 the use of the tee command?
Which command is used to restrict incoming messages?
what is the advaantage of each user having its own copy of the shell?
What is the use of find command in unix?
What is the first character of the output in ls l command?
Can you enlist some commonly used network commands?
Why is it called a shebang?
How do you repeat a command in terminal?
How do you grep recursively?
How many unix commands are there?
What does sed command do in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does the metacharacter mean?
What does this command do? Cat food 1 > kitty
What is time_t?