From 5a265a0ce6b1793a879bd227fa9b24ebd08fd15c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 01 Apr 2012 03:42:44 -0400 Subject: Move UNIX shell workshop files under guides. --- (limited to 'guides/shell-workshop/index.html') diff --git a/guides/shell-workshop/index.html b/guides/shell-workshop/index.html new file mode 100755 index 0000000..de75f24 --- /dev/null +++ b/guides/shell-workshop/index.html @@ -0,0 +1,77 @@ + + +

UNIX® Shell Scripting Workshop

+

Introduction to the UNIX Shell Language and Environment

+

+ This is a workshop that I gave at the New Jersey Institute of Technology + (NJIT) in the Spring of 2012 as part of the workshop series of the + university's chapter of the Association for Computing Machinery (ACM). It + was based on a similar tutorial I had given during meetings of NJIT ACM's + SIG GNU/Linux in the Fall of 2011. +

+

Flyer

+

+ Below you may find the flyer for this event: +

+ +

+ Copyright © 2012 Patrick "P. J." McDermott +
+ This flyer may be used under the terms of the + Creative Commons + Attribution 3.0 Unported license.
+ This flyer includes copyrighted images used pursuant to the fair use + limitation of U.S. Copyright Law. +

+

Standards

+

+ The workshop referred to the Shell and Utilities (XCU) volume of + POSIX.1-2008, + published by the IEEE and The Open Group. + Everything covered applies to any sufficiently-compliant shell and operating + system. +

+

Notes

+

+ The following are my notes from the tutorial I gave at SIG GNU/Linux + meetings, reused for the workshop: +

+ +

+ The following are the notes I wrote as a guide for the workshop: +

+ +

Session

+

+ The following is a cleaned-up version of the shell session from the + workshop, including all of the commands I ran and scripts I wrote. +

+ +

Examples

+

+ At the end of the workshop, I showed the following example shell scripts: +

+ + -- cgit v0.9.1