Unix shells:
- “Sh – the Bourne Shell” by Bruce Barnett – http://www.grymoire.com/Unix/Sh.html
- “UNIX SHELL Quote Tutorial” by Bruce Barnett – http://www.grymoire.com/Unix/Quote.html
- “Bash Guide for Beginners” by Machtelt Garrels – http://tldp.org/LDP/Bash-Beginners-Guide/ | HTML: http://tldp.org/LDP/Bash-Beginners-Guide/html/
- Chi Hung Chan’s blog – “The Scripting Guy in the Lion City with a performance sense” – http://chihungchan.blogspot.com/
- Good Shell Coding Practices (at SHELLdorado – your UNIX shell scripting resource) – http://www.shelldorado.com/goodcoding/
Windows Scripting:
- Windows Scripting by Eric Phelps – http://www.ericphelps.com/scripting/index.htm
- Windows 95 / DOS 7 Batch Programming by Eric Phelps – http://www.ericphelps.com/batch/index.htm
Multi-language pages:
- Rob van der Woude’s Scripting Pages – http://www.robvanderwoude.com/
- Rosetta Stone for Scripting Languages – http://www.lurklurk.org/rosetta.html
Compiling shell scripts
Can not be done.
- “compile a shell script” (Unix.com > The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting) – http://www.unix.com/shell-programming-scripting/93541-compile-shell-script.html
- “Compiling Shell script” (Unix.com > The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting) – http://www.unix.com/shell-programming-scripting/119610-compiling-shell-script.html
- “Compiling Shell Scripts” (Unix.com > The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting) – http://www.unix.com/shell-programming-scripting/34893-compiling-shell-scripts.html
- “script to compile all libraries and forms” (Unix.com > The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting) – http://www.unix.com/shell-programming-scripting/88774-script-compile-all-libraries-forms.html
- “Compiling scripts written in Unix” (Unix.com > The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting) – http://www.unix.com/shell-programming-scripting/32762-compiling-scripts-written-unix.html
- ShellGuard – Shell Script Compiler – http://www.fstha.com/sg.html
- SHC by Francisco Javier Rosales García – http://www.datsi.fi.upm.es/~frosal/ | man page – http://www.datsi.fi.upm.es/~frosal/sources/shc.html
Related here: Unix tricks – https://eikonal.wordpress.com/2011/02/15/unix-tricks/ | SED tricks – https://eikonal.wordpress.com/2010/10/05/sed-tricks/ | Memory of things disappearing > nmap stuff > getports.awk – https://eikonal.wordpress.com/2010/06/23/memory-of-things-disappearing-nmap-stuff-getports-awk/ | AWK – https://eikonal.wordpress.com/2011/09/30/awk/