26.06.2015 Views

Unix/Linux

Unix/Linux

Unix/Linux

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ddddddshift<br />

ddddddd shiftddddddd shift 3ddddd $4dddd<br />

$1dddd $5dddd $2ddddd $1d$2d$3ddd$0dddd<br />

ddddd shiftddddd shift 1dddd<br />

✞<br />

#! /bin/sh<br />

echo ”The program $0 is now running”<br />

echo ”The first parameter is $1”<br />

echo ”The second parameter is $2”<br />

echo ”The parameter list is $@”<br />

shift<br />

echo ”The first parameter is $1”<br />

echo ”The second parameter is $2”<br />

echo ”The parameter list is $@”<br />

✡✝<br />

✆<br />

ddd (ddddddd) <strong>Unix</strong>/<strong>Linux</strong>dddddddd 2009d12d 132 / 173

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!