====== References ====== These are mainly pages I've taken snippets from or wrote code based on them; or pages containing reference/technical data. \\ In brackets is a code I use in the script to refer to the page. These aren't selected to be representative, but rather results of search engine searches. * ''[R0] '' getopt-parse.bash example, on Debian systems: ''/usr/share/doc/util-linux/examples/getopt-parse.bash.gz'' * ''[R1] '' [[http://wooledge.org/mywiki/BashFaq|Bash (and other shells) tips: http://wooledge.org/mywiki/BashFaq]] * ''[R2] '' [[http://msdn2.microsoft.com/en-us/library/ms867195.aspx|List of officially registered FOURCCs and WAVE Formats (aka ''wFormatTag''): http://msdn2.microsoft.com/en-us/library/ms867195.aspx]] * ''[R3] '' [[http://www.fourcc.org/|Unofficial list of FOURCCs: http://www.fourcc.org/]] * ''[R4] '' [[http://webcvs.freedesktop.org/clipart/experimental/rejon/getid3/getid3/module.audio-video.riff.php|A php module with a list of FOURCCs and wFormatTag's mappings: http://webcvs.freedesktop.org/clipart/experimental/rejon/getid3/getid3/module.audio-video.riff.php]] * ''[R5] '' [[http://www.tech-recipes.com/rx/911/queue-and-stack-using-array/|queue and stack using array (bash push/pop/etc...): http://www.tech-recipes.com/rx/911/queue-and-stack-using-array/]] * ''[M1] '' [[http://lists.mplayerhq.hu/pipermail/mencoder-users/2006-August/003843.html|«[MEncoder-users] Thumbnail creation»: http://lists.mplayerhq.hu/pipermail/mencoder-users/2006-August/003843.html]] * ''[VC1]'' [[http://wiki.multimedia.cx/index.php?title=VC-1|VC-1 and derived codecs information: http://wiki.multimedia.cx/index.php?title=VC-1]] * ''[FJ] '' [[http://www.nevdull.com/2007/09/24/gnu-seqs-cousin-on-freebsd-is-jot/|GNU seq's cousin on FreeBSD is... jot: http://www.nevdull.com/2007/09/24/gnu-seqs-cousin-on-freebsd-is-jot/]] * ''[FNL]'' [[http://osdir.com/ml/editors.sed.user/2004-07/msg00064.html|Re: Replacing spaces with newlines using awk: msg#00064: http://osdir.com/ml/editors.sed.user/2004-07/msg00064.html]] * ''[FD1]'' [[http://mixedvolume.blogspot.com/2004/12/file-descriptors-in-bourne-shell.html|File Descriptors in Bourne shell (sh,ksh,bash): http://mixedvolume.blogspot.com/2004/12/file-descriptors-in-bourne-shell.html]] * ''[FD2]'' [[http://bash-hackers.org/wiki/doku.php/syntax/redirection|Redirection [Bash Hackers Wiki]: http://bash-hackers.org/wiki/doku.php/syntax/redirection]] * ''[BA] '' [[http://www.mareq.com/2008/01/bash-array-indirect-copy.html|Bash Array Indirect Copy: http://www.mareq.com/2008/01/bash-array-indirect-copy.html]] * ''[LC] '' [[http://www.pixelbeat.org/cmdline.html|Linux Commands - A practical reference: http://www.pixelbeat.org/cmdline.html]] * ''[AEC]'' [[http://bashscript.blogspot.com/2010/01/shell-colors-colorizing-shell-scripts.html|Shell Colors: colorizing shell scripts: http://bashscript.blogspot.com/2010/01/shell-colors-colorizing-shell-scripts.html]] * ''[IM1]'' [[http://www.imagemagick.org/Usage/#font|Examples of ImageMagick Usage]] * Mentions the change from ''-list type'' to ''-list font'' was in 6.3.5-7 * ''[BIS]'' [[http://www.techpulp.com/blog/2009/01/how-to-check-if-a-bash-variable-is-set-or-not/|TechPulp - How to check if a Bash variable is set or not]] * ''[TR]'' [[http://mywiki.wooledge.org/BashPitfalls#tr_.5BA-Z.5D_.5Ba-z.5D|Bash pitfalls - Correct 'tr' syntax]] * ''[LU]'' [[http://en.wikipedia.org/wiki/List_of_Unix_utilities|List of Unix utilities (IEEE Std 1003.1-2008 / SUS)]] ===== Standards ===== * [[http://www.opengroup.org/onlinepubs/7990989775/|Single UNIX Specification (SUS) v2, 1997]] * [[http://www.opengroup.org/onlinepubs/009695399/|Single UNIX Specification (SUS) v3, 2001 = POSIX:2001. 2004 edition]] * [[http://www.opengroup.org/onlinepubs/9699919799/|POSIX:2008]]