installing things

Jude DaShiell jdashiel at shellworld.net
Tue Aug 21 23:18:16 UTC 2007


Linux has bash scripting capability too, like dos batch files.  Those 
scripts can be very useful for saving lots of complicated commands. A 
script file has a line like: #!/bin/bash as its first line followed by 
lines with the complicated commands on them and then it's made executable 
after it's saved with chmod +x filename.  If you want to run that command 
from anywhere on your hard drive, just copy it into /usr/local/bin.





More information about the Blinux-list mailing list