vi ls
#! /bin/sh echo "This is my ls script"
Do people know that command yet? If not, I think we should briefly explain how/why it is being used?
chmod +x ls
ls
Rename itanything you want?
mv ls myscript myscript
<pre>[[delete break]] PATH=/usr/bin[[delete break]] myscript<pre>
<pre> PATH=/usr/bin:.[[delete break]] myscript<pre>