Any Unix Peeps out there?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Any Unix Peeps out there?

Post by JPlush76 »

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
User avatar
Johnm
Forum Contributor
Posts: 344
Joined: Mon May 13, 2002 12:05 pm
Location: Michigan, USA
Contact:

Post by Johnm »

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
Post Reply