Skip to content
Snippets Groups Projects
tabview 219 B
Newer Older
#!/usr/bin/env sh
##
# Preview tab-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