diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-01 03:35:10 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-01 03:35:10 (EDT) |
commit | c1c178db813ed76e433686a171884187e71b41bd (patch) | |
tree | 09db572f56446e9ec536f1bac61f249d0e2d4e69 /shell-workshop | |
parent | 032f0930a88315bf18daf1b9416dbf3dd30f1a28 (diff) | |
download | www-c1c178db813ed76e433686a171884187e71b41bd.zip www-c1c178db813ed76e433686a171884187e71b41bd.tar.gz www-c1c178db813ed76e433686a171884187e71b41bd.tar.bz2 |
Add examples to shell workshop page.
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" --> |