Loading...

Category: Shell Script

Exit Status

Any program completes execution under the UNIX or Linux system, it returns a status back to the system. This status is a number that usually indicates whether the program successfully [ … ]

Redirectors

The shell and many UNIX commands take their input from standard input (STDIN), write output to standard output (STDOUT), and write error output to standard error (STDERR). By default , [ … ]