diff --git a/.local/bin/csview b/.local/bin/csview index b488695..64799d8 100755 --- a/.local/bin/csview +++ b/.local/bin/csview @@ -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 \ No newline at end of file