Suche
Unten sind die Ergebnisse Ihrer Suche gelistet. 
 
Volltextergebnisse:
- string_operations
 - 3 Treffer, Zuletzt geändert: 
 - 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... swd and extract just two fields: 
                cat /etc/passwd | ( \
                        IFS=: ;
 - test
 - 1 Treffer, Zuletzt geändert: 
 -  is not a gzipped file!"
  exit $E_NOTGZIP
fi  
zcat $1 | more
# Uses the 'more' filter.
# May substi