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