32 lines
987 B
Plaintext
32 lines
987 B
Plaintext
Tools developed by Ole Tange <ole@tange.dk>.
|
|
|
|
Probably not useful for you, but then again you never now.
|
|
|
|
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. Support syntax 1-3,6-
|
|
|
|
forever - Run the same command or list of commands every second.
|
|
|
|
neno - No error no output. Only print STDERR and STDOUT if the command fails.
|
|
|
|
rand - Generate (pseudo-)random data
|
|
|
|
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.
|
|
|
|
rn - Move file(s)/dir(s) to ~/.rm/ (wastebasket).
|
|
|
|
rrm - Record file's MD5 sum before removing it.
|
|
|
|
stdout - Redirect both STDERR and STDOUT to STDOUT.
|
|
|
|
tracefile - List files/dirs being accessed by program.
|
|
|
|
w4it-for-port-open - Block until the given port opens on a given host.
|
|
|
|
wssh - Shorthand for w4it-for-port-open $host 22; ssh $host
|