0% found this document useful (0 votes)
19 views1 page

CCTM210.TOC - Cross Reference

This document provides an overview of topics covered in various resources for learning Linux shell scripting. It lists shell scripting topics like shells, simple scripts, flow control, variables, I/O, logical tests, filename expansion, regular expressions, I/O redirection, and utilities. For each topic, it indicates which chapters and pages of different references cover that topic, including books by Ken Hruday, Tansley, and The ABS Guide.

Uploaded by

vitry
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views1 page

CCTM210.TOC - Cross Reference

This document provides an overview of topics covered in various resources for learning Linux shell scripting. It lists shell scripting topics like shells, simple scripts, flow control, variables, I/O, logical tests, filename expansion, regular expressions, I/O redirection, and utilities. For each topic, it indicates which chapters and pages of different references cover that topic, including books by Ken Hruday, Tansley, and The ABS Guide.

Uploaded by

vitry
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODS, PDF, TXT or read online on Scribd
You are on page 1/ 1

Sheet1

CCTM210 Linux Shell Scripting


Ken Hruday: Tansley: The ABS Guide: Learning the
Topic Chapter/Page# Chapter/Page# Chapter/Page# bash Shell
Help
Vi Tutorial Appendix B
Shells Page 2
Simples Scripts Page 42 46
Flow Control Page 64 77
Variables Page 47 55 Ch. 14 Ch. 4
Variable Substitution Pg. 49 Ch. 9
Built-in bash variables App. B, pg 281
I/O Screen Input Page 56 59
Logical Tests Page 60 61 Ch. 6 & 7
Filename Expansion Page 3 6
Quoting Page 5 Ch. 15
Regular Expressions Page 13 18
I/O Redirection Page 7 12
Utilities Page 19 41
Sort Ch. 11
SED Ch. 10 App. C
AWK Ch. 9 App. C
Grep Ch. 8
Find & xargs Ch. 2
Xargs
------------------------------------------------------------------------------
Login Environment Ch. 13
Crontab, at, & Ch. 3
Permissions Ch. 1

Page 1

You might also like