How to sort a result of Ls -l command based on columns. Ex.
i want to sort 5th column from output of ls -l command.
Answer Posted / xxx
ls -l|sort -nk5
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
Explain about "s" permission bit in a file?
Explain about gui scripting?
Explain about the exit command?
How do you debug a script?
What makes c shell a more preferable option than the bourne shell?
Where are cowrie shells found?
What is the equivalent of a file shortcut that we have a window on a linux system?
How to use arguments in a script?
What does egrep mean?
What is a shell made of?
What does echo $0 do?
What are the various stages of a linux process it passes through?
State the advantages of shell scripting?
Why is it called a shell?
What are script files?