2012-03-06 14:47:41 +00:00
|
|
|
Tools developed by Ole Tange <ole@tange.dk>.
|
|
|
|
|
|
|
|
Probably not useful for you, but then again you never now.
|
2012-03-13 21:58:45 +00:00
|
|
|
|
2016-07-11 16:42:41 +00:00
|
|
|
bsearch - binary search through sorted text files.
|
|
|
|
|
2012-03-13 21:58:45 +00:00
|
|
|
em - Force emacs to run in terminal. Use xemacs if installed.
|
|
|
|
|
2016-08-13 18:35:07 +00:00
|
|
|
field - Split on space. Give the given field number. Supports syntax 1-3,6-
|
2015-02-08 19:54:41 +00:00
|
|
|
|
2012-03-13 21:58:45 +00:00
|
|
|
forever - Run the same command or list of commands every second.
|
|
|
|
|
2017-01-31 22:53:13 +00:00
|
|
|
G - short hand for multi level grep.
|
|
|
|
|
2016-08-13 18:35:07 +00:00
|
|
|
gitnext - Checkout next revision. Opposite of 'checkout HEAD^'.
|
|
|
|
|
2017-03-31 13:14:00 +00:00
|
|
|
gitundo - Undo last commit.
|
|
|
|
|
2012-03-13 21:58:45 +00:00
|
|
|
neno - No error no output. Only print STDERR and STDOUT if the command fails.
|
|
|
|
|
2017-01-31 22:53:13 +00:00
|
|
|
puniq - Print unique lines the first time they are seen.
|
|
|
|
|
2017-03-31 13:14:00 +00:00
|
|
|
pdfman - Convert man page to pdf and display it using evince.
|
|
|
|
|
2016-05-22 22:27:43 +00:00
|
|
|
rand - Generate (pseudo-)random data
|
|
|
|
|
2016-05-22 22:43:10 +00:00
|
|
|
rclean - Remove files with MD5 sums recorded by rrm (see below).
|
|
|
|
|
2012-03-13 21:58:45 +00:00
|
|
|
reniced - Renice all commands running more than 1 CPU minute unless they are niced or whitelisted.
|
|
|
|
|
|
|
|
rn - Move file(s)/dir(s) to ~/.rm/ (wastebasket).
|
|
|
|
|
2016-05-22 22:43:10 +00:00
|
|
|
rrm - Record file's MD5 sum before removing it.
|
|
|
|
|
2012-03-13 21:58:45 +00:00
|
|
|
stdout - Redirect both STDERR and STDOUT to STDOUT.
|
|
|
|
|
2016-05-22 22:43:10 +00:00
|
|
|
tracefile - List files/dirs being accessed by program.
|
2012-03-13 21:58:45 +00:00
|
|
|
|
2015-02-08 19:54:41 +00:00
|
|
|
w4it-for-port-open - Block until the given port opens on a given host.
|
|
|
|
|
2017-02-11 21:26:58 +00:00
|
|
|
wastebasket - VLC extension for moving current file to a wastebasket
|
|
|
|
|
2015-02-08 19:54:41 +00:00
|
|
|
wssh - Shorthand for w4it-for-port-open $host 22; ssh $host
|