mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
add other
right align
This commit is contained in:
parent
30eb530c08
commit
c94a0b8a18
@ -2576,4 +2576,9 @@ echo "00110010101110001101" | fold -w4
|
|||||||
sort -k3,3 -s
|
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-=-=-=-=-=-=-=-=-=-
|
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||||
|
Loading…
Reference in New Issue
Block a user