More Shell Scripting

Last time: Shell Programming Lab

Prof. Brian D. Davison

Computer Science & Engineering, Lehigh University

Additional Credits

Announcements

More on Functions

Recall that 1>&2 redirects stdout to go same place as stderr (e.g., forcing the echo to be sent on stderr).

Function variables and return values

Shell Scripts All Around

bash versus tcsh