add other

right align
This commit is contained in:
onceupon 2018-06-25 17:31:15 +08:00 committed by GitHub
parent 30eb530c08
commit c94a0b8a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-=-=-=-=-=-=-=-=-=-