~strahinja/strahinja.srht.site

9fd0ccf6566bcc3af290e0e9701a26b68bb05ace — Страхиња Радић 4 months ago e0f1724
table: Update webpage from README

Signed-off-by: Страхиња Радић <contact@strahinja.org>
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 &copy; 2020, 2021, 2022, 2023 Страхиња Радић
Copyright &copy; 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