From 48dadc22cabb6f1e2143f5895546c1bde184b999 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Sun, 29 May 2022 22:44:06 +0200 Subject: [PATCH] Ensure no line wrap. --- .local/bin/csview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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