minus-squareStubb@lemmy.sdf.orgtoLinux@lemmy.ml•Share a script/alias you use a lotlinkfedilinkarrow-up6·3 months 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
minus-squareStubb@lemmy.sdf.orgtoLinux@lemmy.ml•Which distro do you find the most visually appealing?linkfedilinkarrow-up4·edit-21 year agoThing: :| Thing, China: >:( The project is fully open source; albeit the codebase is quite large. 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.