diff options
Diffstat (limited to 'shell-workshop')
-rwxr-xr-x | shell-workshop/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shell-workshop/index.html b/shell-workshop/index.html index e2f5d51..de75f24 100755 --- a/shell-workshop/index.html +++ b/shell-workshop/index.html @@ -58,4 +58,20 @@ <li><a href="session.txt">Plain text (Markdown) document</a></li> <li><a href="session.html">HTML document</a></li> </ul> +<h4>Examples</h4> +<p> + At the end of the workshop, I showed the following example shell scripts: +</p> +<ul> + <li><a + href="http://anonscm.debian.org/gitweb/?p=users/clint/debianutils.git;a=blob;f=which;hb=1b1dfee67e9ddd9dfe9171ac347e5000f4deab8a"><code>which</code> + of debianutils</a> + (an implementation of + <a href="https://en.wikipedia.org/wiki/Which_%28Unix%29">a program + available</a> + on many UNIX-like operating systems), notable for its use of the internal + field separator (IFS) to parse the <code>PATH</code> variable</li> + <li><a href="http://odin1.pehjota.net/git/opkhelper/tree/src/opkbuild.sh"><code>opkbuild</code></a> + of opkhelper (a set of scripts I wrote)</li> +</ul> <!--#include virtual="../includes/footer.html" --> |