Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.49 KB

BOOKMARKS.md

File metadata and controls

38 lines (24 loc) · 1.49 KB

Bookmarks

General

Compatibility (and compliance)

  • "An Introduction to the UNIX Shell",
    S. R. Bourne, BSTJ - Vol. 57, No. 6 part 2, pages 1947-1972, 1978.

  • IEEE POSIX 1003.2 and ISO 9945-2, "POSIX - Part 2: Shell and Utilities",
    (aka "Shell Standard"), IEEE Std 1003.2-1992, ISO/IEC 9945-2, IEEE, 1993.

Inspirational

  • "The AWK Programming Language",
    Al Aho, Brian Kernighan, and Peter Weinberger, Addison Wesley, 1988.

  • "The FIT Programming Language Primer",
    Lloyd H. Nakatani and Laurence W. Ruedisueli, TM 1126-920301-03, 1992.

  • "Programming perl",
    Larry Wall and Randal Schwartz, O'Reilly & Assoc, 1990.

  • "Tcl: An Embeddable Command Language",
    John K. Ousterhout, Proceedings of the Washington USENIX meeting, pp. 133-146, 1990.

Builtins

Design and implementation