Any Unix Peeps out there?
Posted: Fri Dec 06, 2002 3:34 pm
I just installed a FreeBSD system at home and I'm trying to get into leaving the windows world behind me.
Anyone know any good sites for learning Bourne Shell Scripting or some good Unix commands/functions that can be used to improve your website?
#!/bin/sh
#MY FIRST SHELL SCRIPT!
echo
echo "What be your first name fool? "
read name
echo
echo "Well $name , that name stinks. "
echo
exit 0
whooo hooooooooo lol
Anyone know any good sites for learning Bourne Shell Scripting or some good Unix commands/functions that can be used to improve your website?
#!/bin/sh
#MY FIRST SHELL SCRIPT!
echo
echo "What be your first name fool? "
read name
echo
echo "Well $name , that name stinks. "
echo
exit 0
whooo hooooooooo lol