Ensure no line wrap.

This commit is contained in:
dabruh 2022-05-29 22:44:06 +02:00
parent 675d7c162e
commit 48dadc22ca
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 -N -S
sed -e 's/,,/, ,/g' "$file" | column -s, -t | less -#5 --LINE-NUMBERS --chop-long-lines --RAW-CONTROL-CHARS