19.03.2015 Views

Unix Tutorial

test

test

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.

Example:<br />

var=`command`<br />

Example:<br />

Following would execute date command and produced result would be stored in DATA variable.<br />

DATE=`date`<br />

echo "Current Date: $DATE"<br />

This would produce following result:<br />

Current Date: Thu Jul 2 05:28:45 MST 2009<br />

TUTORIALS POINT<br />

Simply Easy Learning

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

Saved successfully!

Ooh no, something went wrong!