Changes

Jump to: navigation, search

OPS235 Lab 4 - CentOS7

170 bytes added, 11:07, 29 April 2015
no edit summary
then<br>&nbsp;echo "You must be in root's home directory." >&2<br>
&nbsp;exit 1<br>
fi<br>
if [ "$#" -eq 0 ] # if no arguments after command<br>
then
<br> echo "You must enter an argument" >&2<br>
echo "USAGE: $0 [-i {input-path}]" >&2<br>
exit 2<br>
fi<br>
</code>
13,420
edits

Navigation menu