Shell: Difference between revisions

From DWIKI
(Created page with "How to do things on shell =Files magic= == sort by Nth field == sort -t '|' -k 4 Category:Shell")
(No difference)

Revision as of 18:49, 16 April 2022

How to do things on shell

Files magic

sort by Nth field

sort -t '|' -k 4