Final newline.

This commit is contained in:
dabruh 2022-05-29 22:44:21 +02:00
parent 48dadc22ca
commit 943f883ea4
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
# Simple console CSV viewer
file="${1:?}" || exit 1
sed -e 's/,,/, ,/g' "$file" | column -s, -t | less -#5 --LINE-NUMBERS --chop-long-lines --RAW-CONTROL-CHARS
sed -e 's/,,/, ,/g' "$file" | column -s, -t | less -#5 --LINE-NUMBERS --chop-long-lines --RAW-CONTROL-CHARS