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
What is shell chemistry?
What are scripts in psychology?
Why is shell scripting important?
Explain about shebang?
what is info area how many types?
What is the use of echo in shell script?
How can the contents of a file inside jar be read without extracting in a shell script?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
How can you get the value of pi till a 100 decimal places?
I want to connect to a remote server and execute some commands, how can I achieve this?
What is shell and terminal?
What is wc in shell script?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
What does $$ mean in shell script?