Skip to content
Snippets Groups Projects
csvview 221 B
Newer Older
#!/usr/bin/env sh
##
# Preview comma-delimited files regardless of their size
#
# Copyright 2017 Renato Alves
# Licensed under MIT (https://en.wikipedia.org/wiki/MIT_License)
##

xpipe 'column -t -s","' -f "$1" | less -S