You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lang/shell.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ Shell languages often mix structured programming constructs with bespoke command
9
9
*[view converted Markdown on GitHub](https://github.com/susam/tucl/blob/master/the-unix-command-language.md#the-unix-command-language)
10
10
* The syntax (` | `) was [contributed by Douglas McIlroy](https://www.tuhs.org/pipermail/tuhs/2020-December/022535.html).
11
11
* The original syntax can be found in 1987's [A Research UNIX Reader](https://archive.org/details/a_research_unix_reader/page/n27/mode/2up).
12
-
* 1976: [Using a Command Language as a High-Level Programming Language](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.85.7617&rep=rep1&type=pdf)
12
+
* 1976: [Using a Command Language as a High-Level Programming Language](https://grosskurth.ca/bib/1976/mashey-command.pdf) ([doi](https://dl.acm.org/doi/abs/10.5555/800253.807670))
Copy file name to clipboardExpand all lines: src/prim/man.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,5 @@ Much information about Unix is available through it's manuals. The manuals are s
19
19
* 1982: [Introduction to the UNIX Operating System](http://www.bitsavers.org/pdf/uNIX/uNIX_Jan82.pdf)
20
20
* by [Stephen M. Walters](http://www.starrynights.us/Biography/Biography.htm)
21
21
* A mix of notes, standard man pages and assembly code
22
+
* 1997: [UNIX For Beginners (2e)](https://people.computing.clemson.edu/~dhouse/courses/405/docs/unix4beg.pdf) ([alternate format](https://wolfram.schneider.org/bsd/7thEdManVol2/beginners/beginners.pdf)) ([HTML to PDF dump](https://www.ualberta.ca/computing-science/media-library/docs/unix-beginners.pdf))
0 commit comments