mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-22 20:54:19 +00:00
add other
right align
This commit is contained in:
parent
30eb530c08
commit
c94a0b8a18
1 changed files with 5 additions and 0 deletions
|
@ -2576,4 +2576,9 @@ echo "00110010101110001101" | fold -w4
|
|||
sort -k3,3 -s
|
||||
```
|
||||
|
||||
##### Right align a column (right align the 2nd column)
|
||||
```bash
|
||||
cat file.txt|rev|column -t|rev
|
||||
```
|
||||
|
||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||
|
|
Loading…
Reference in a new issue