minus-squareStubb@lemmy.sdf.orgtoLinux@lemmy.ml•Share a script/alias you use a lotlinkfedilinkarrow-up5·10 hours agofunction seesv column -s, -t < $argv[1] | less -#2 -N -S end I used this a lot when I had to deal with CSV files — it simply shows the data in a nice format. It’s an alias for the fish shell by the way. linkfedilink
function seesv column -s, -t < $argv[1] | less -#2 -N -S end
I used this a lot when I had to deal with CSV files — it simply shows the data in a nice format. It’s an alias for the fish shell by the way.