tangetools/README

70 lines
1.8 KiB
Plaintext
Raw Normal View History

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.
2017-04-28 19:06:31 +00:00
blink - blink disks in a disk enclosure
bsearch - binary search through sorted text files.
em - Force emacs to run in terminal. Use xemacs if installed.
field - Split on space. Give the given field number. Supports syntax 1-3,6-
2015-02-08 19:54:41 +00:00
forever - Run the same command or list of commands every second.
2017-04-28 19:06:31 +00:00
G - shorthand for multi level grep.
2017-01-31 22:53:13 +00:00
gitnext - Checkout next revision. Opposite of 'checkout HEAD^'.
gitundo - Undo commit.
2017-04-28 19:06:31 +00:00
histogram - make and display a histogram on the command line.
2017-03-31 13:14:00 +00:00
neno - No error no output. Only print STDERR and STDOUT if the command fails.
off - Turn off monitor.
2017-04-28 19:06:31 +00:00
pdfman - Convert man page to pdf and display it using evince.
2017-01-31 22:53:13 +00:00
puniq - Print unique lines the first time they are seen.
2017-04-28 19:06:31 +00:00
ramusage - Display the ram usage of a program using `time -v`.
2017-03-31 13:14:00 +00:00
2017-04-28 19:06:31 +00:00
rand - Generate (pseudo-)random data.
2016-05-22 22:27:43 +00:00
2016-05-22 22:43:10 +00:00
rclean - Remove files with MD5 sums recorded by rrm (see below).
reniced - Renice all commands running more than 1 CPU minute unless they are niced or whitelisted.
2017-04-28 19:06:31 +00:00
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.
2017-06-28 07:10:29 +00:00
shython - Shebang wrapper for cython.
sound-reload - Reload sound system.
2017-06-13 18:11:34 +00:00
stdout - Redirect both STDERR and STDOUT to STDOUT.
2017-06-28 07:10:29 +00:00
swapout - Force swapping out.
2017-04-28 19:06:31 +00:00
T - tee stdout to and from temporary files.
timestamp - prepend timestamp to output.
2016-05-22 22:43:10 +00:00
tracefile - List files/dirs being accessed by program.
2017-04-28 19:06:31 +00:00
upsidedown - flip input upside down.
2015-02-08 19:54:41 +00:00
w4it-for-port-open - Block until the given port opens on a given host.
wastebasket - VLC extension for moving current file to a wastebasket.
2017-02-11 21:26:58 +00:00
wifi-reload - Reload wifi drivers.
2017-06-13 18:11:34 +00:00
2015-02-08 19:54:41 +00:00
wssh - Shorthand for w4it-for-port-open $host 22; ssh $host
ytv - Download video and play it as soon as it is partially downloaded.
yyyymmdd - Date in ISO8601 compressed format.