~strahinja/strahinja.srht.site

5e0bcde265220211ec2c6612a762f5911fcc21cf — Страхиња Радић 1 year, 3 months ago f9d673d + 9fd0ccf
Merge branch 'master' of git.sr.ht:~strahinja/strahinja.srht.site
1 files changed, 8 insertions(+), 3 deletions(-)

M table/index.slw
M table/index.slw => table/index.slw +8 -3
@@ 64,13 64,18 @@ Format a long list of files in the current directory in a double line table with
single-line column divisors

```
$ LC_ALL=C ls -l | tail -n +2 | sed -e 's/ \+/ /g' | table -d ' ' -n
$ LC_ALL=C ls -l | tail -n +2 | sed -e 's/ \\+/ /g' | table -d ' ' -n
```

Print information from `/etc/passwd` in a table:

```
$ table -n -d : -f 2:1:1:1:5:5:5 /etc/passwd
$ table -n -d : -f 3:1:1:1:4:4:4 /etc/passwd
```

Same as above, without borders and with different column alignment:
```
$ table -n -H -d: -arccclll -see -f3:1:1:1:4:4:4 /etc/passwd
```




@@ 172,7 177,7 @@ See git log for details.
## License

table - Command line utility to format and display CSV.  
Copyright © 2020, 2021, 2022, 2023 Страхиња Радић
Copyright © 2020-2023 Страхиња Радић

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software