mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-01-13 01:46:36 +00:00
add others
sort a file by column and keep the original order
This commit is contained in:
parent
3842241d25
commit
ca650f4463
@ -2566,5 +2566,9 @@ echo "00110010101110001101" | fold -w4
|
|||||||
#1000
|
#1000
|
||||||
#1101
|
#1101
|
||||||
```
|
```
|
||||||
|
##### sort a file by column and keep the original order
|
||||||
|
```bash
|
||||||
|
sort -k3,3 -s
|
||||||
|
```
|
||||||
|
|
||||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||||
|
Loading…
Reference in New Issue
Block a user