Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MS-DOS Line - syntax - sort [/r] [/+n] [<input pathname] [>output pathname] http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Syntax - SORT [/R] [/+n] [<input pathname] [>output pathname]

    (External) Reads input from the keyboard or the file specified by
    input pathname, sorts the data, and writes it to the screen or to the
    file specified by output pathname.

            /R      reverses the sort (Z-A)

            /+n     begins the sort at column specified by the variable n.
                    The default is column 1.

    Example:
            sort xxx.dir > new.dir

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson