LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Explain sort command (https://www.linuxquestions.org/questions/programming-9/explain-sort-command-624146/)

viveksnv 02-27-2008 02:57 AM

Explain sort command
 
Hello,
Please explain the follwing command briefly:
sort -r -n +4 -5 filename

gilead 02-27-2008 03:13 AM

That looks like a homework question - is that right? Have you looked at the man page for sort? It should tell you all you need to know.

JWPurple 02-27-2008 09:01 PM

Briefly: it sorts filename with user-specified options.

pixellany 02-27-2008 09:08 PM

The briefest: "man sort"

I think maybe not homework--posting history says no.


All times are GMT -5. The time now is 09:35 PM.