Links tagged “shell”
12 links, newest first.
tris.sherliker.net
Decoding the obfuscated bash script on a Uniqlo t-shirt - a real, self-evaluating, obfuscated Akamai script, sold as clothing, taken apart line by line.
marmelab.com
Technique for making a Makefile document itself, by tagging targets with double-hash comments and parsing them into a help target with grep and awk.
debian.org
Chapter 12 of the Debian Reference, in French — shell scripting, interpreted and compiled languages, debugging with gdb, Make and Autotools, and building Debian packages.
cygwin.com
cat <<EOF HOME is $HOME the date is `date` the date is $(date) EOF cat <<"EOF" HOME is $HOME the date is `date` the date is $(date) EOF cat <<\EOF HOME is $HOME the date is `date` the date is $(date) EOF











