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 / amrapalee jawalikar
ls -l | sort +4 -5
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is ms powershell?
What is path in shell script?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What is the first line in every perl script called?
How do I open the shell prompt?
How do I read a .sh file?
Is shell and terminal the same?
how will you find the total disk space used by a specific user?
What does egrep mean?
What is shell geeksforgeeks?
How do you create a shortcut in linux?
How do I debug a shell script?
Print the 10th line without using tail and head command.
What is a shell script? Can you name some of its advantages?
How do you debug a script?