User Tools

Site Tools


unix_shell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
unix_shell [2022/05/24 10:27] 134.190.232.106unix_shell [2022/06/23 10:21] (current) 134.190.232.106
Line 141: Line 141:
 </code> </code>
  
-<Last updated by Xi Zhang on Oct 6th,2021>+ 
 +How to use sort in linux, especially ignore the header to sort special col? 
 +<code> 
 +(head -n 1 all.txt && tail -n +2 all.txt| sort -n -r -k2) > 123.txt 
 + 
 +# sort -n 
 +#sort -r 
 +#sort -k 
 +https://shapeshed.com/unix-sort/; https://stackoverflow.com/questions/14562423/is-there-a-way-to-ignore-header-lines-in-a-unix-sort 
 +</code> 
 + 
 +<Last updated by Xi Zhang on Oct 6th,2021> <June 23th,2022>
unix_shell.1653398842.txt.gz · Last modified: by 134.190.232.106 · Currently locked by: 216.73.216.59