ILE=${1-"infile"}
export OUTFILE=${2-"outfile"}
cat $INFILE $OUTFILE
Hopefully, this gives you someth... ILE=${1-"infile"}
export OUTFILE=${2-"outfile"}
cat $INFILE $OUTFILE</code>
Hopefully, this gives you... t message parameter null or not set.
Purpose:
Catching errors that result from variables being unde... swd and extract just two fields:
cat /etc/passwd | ( \
IFS=: ;