env -i bash --noprofile --norc
env -i /sbin/busybox sh
#!/bin/bash | |
# get seconds since epoch | |
test "x$1" == "x" && date +%s && exit 0 | |
# or convert epoch seconds to date format (see "man date" for options) | |
EPOCH="$1" | |
shift | |
date -d @"$EPOCH" "$@" |
printf '%s' '524288' | sudo tee /proc/sys/fs/inotify/max_user_watches |
https://www.ecma-international.org/publications/standards/Ecma-048.htm
This Ecma publication is also approved as ISO/IEC 6429.
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html
http://bjh21.me.uk/all-escapes/all-escapes.txt
https://web.archive.org/web/20060206022229/http://enterprise.aacc.cc.md.us/~rhs/ansi.html