This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#0 :0 | |
trap '' PIPE | |
exec /usr/lib/j8/bin/jconsole "$0" "$@" | |
# vim:ft=j | |
) | |
NB.SUMMARY: awk-like table data processing | |
NB.USAGE: $ ./$0 [-b 'beg-exprs'..] [-e 'end-exprs'..] ['line-exprs'...] | |
NB. TODO: gather all files (and stdin by '-') into single list of boxes with data |