Shell

From DWIKI
Revision as of 18:49, 16 April 2022 by Tony (talk | contribs) (Created page with "How to do things on shell =Files magic= == sort by Nth field == sort -t '|' -k 4 Category:Shell")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to do things on shell

Files magic

sort by Nth field

sort -t '|' -k 4