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
Any Unix Peeps out there?
Moderator: General Moderators
- Johnm
- Forum Contributor
- Posts: 344
- Joined: Mon May 13, 2002 12:05 pm
- Location: Michigan, USA
- Contact:
We use a lot of shell scrpts but I a m starting to use PHP scripts from the commandline instead. As for learning Unix, I have gotten a lot of use out of this http://cs-www.bu.edu/help/unix/main_menu.html site in the past.
John M
John M