dec2hex
read from files or stdin if no file is specified, in which
each line should be a decimal number. Output the number in
hexadecimal format.
forever: run a command and never stop even when it fails
foreverif: run a command until it fails
hexdump
dump the content of the file in hex mode
hex2dec
reverse the functionality of dec2hex.
kill-command
kill command with keywords.
memwatch
watch a child process's memory usage
once: run a command once and print the exit code
random:
generate random numbers using options --limit --min --max --sum
replace:
apply sed to replace <old> to <new> in files.
Useful when setting up environment
set_exit
print out the exit code when it does not finish successfully (0).