Retracted : Published v5 too early (before migrating to go modules)
Discover Packages
github.com/u-root/u-root
cmds
core
sort
command
Version:
v5.0.0+incompatible
Opens a new window with list of versions in this module.
Published: Jul 10, 2019
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Sort lines.
Synopsis:
sort [OPTIONS]... [INPUT]...
Description:
Sort copies lines from the input to the output, sorting them in the
process. This does nothing fancy (no multi-threading, compression,
optiminzations, ...); it simply uses Go's sort.Sort function.
Options:
-r: reverse
-o FILE: output file
Source Files
¶
Click to show internal directories.
Click to hide internal directories.