mirror of https://gitlab.com/dabruh/dotfiles.git
Final newline.
This commit is contained in:
parent
48dadc22ca
commit
943f883ea4
|
@ -3,4 +3,4 @@
|
||||||
# Simple console CSV viewer
|
# Simple console CSV viewer
|
||||||
|
|
||||||
file="${1:?}" || exit 1
|
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
|
||||||
|
|
Loading…
Reference in New Issue