Lines Matching full:scripts
34 Shell control structures and command scripts
41 .I "shell scripts."
43 scripts.
47 It is important to first note what shell scripts are
110 This allows you to convert your older shell scripts to use
189 would give `a b'. Other notations useful in shell scripts are
222 useful for writing shell scripts that are interactive, reading
255 In order for interesting shell scripts to be constructed it
428 Another important mechanism used in shell scripts is the `:' modifier.
477 comment in shell scripts (but not from the terminal).
531 scripts is to use
550 Commands run from shell scripts receive by default the standard
553 under \s-2UNIX\s0. It allows shell scripts to fully participate
558 shell scripts.
638 will not execute shell scripts which do not begin with the
639 character `#', that is shell scripts that do not begin with a comment.
641 to interpret shell scripts which begin with `#'.
642 This allows shell scripts for both shells to live in harmony.