Shell Scripting Tutorial

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Shell Scripting Tutorial
# 1  
Old 07-14-2005
Shell Scripting Tutorial

Hi everyone, I created a nice little shell scripting tutorial. I don't know if I'm allowed to post it here or not, but if so, here's the link:

http://www.dreamsyssoft.com/shell_prog.jsp

If not, sorry, just delete the post I guess.

-- Rocky
# 2  
Old 07-14-2005
It's ok, I guess, but I'll move it to the links section. What system did you test on? Only a very few shells will allow like:
if [ this == that ]
most shells that support the bourne syntax do allow:
if [ this = that ]
# 3  
Old 07-14-2005
Ok thanks, I tested the system on AIX and on redhat, both using bourne shell.

-- Rocky
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Web Development

Vue JS 2 Tutorial by The Net Ninja: A Recommended Vue.js Video Tutorial Series

A number of people have asked me how to get started with Vue.js and my reply before today was to Google "Vue.js". That has changed and my recommendation to anyone who wants to learn the fastest growing, easiest to learn and use Vue.js web dev framework is to watch this video tutorial series: ... (0 Replies)
Discussion started by: Neo
0 Replies

2. UNIX for Dummies Questions & Answers

Bourne shell tutorial

hey guys, what is prolly the best way to learn bourne shell programming the easy way? I found many tutorials but I just cant seem to decide / chose which one is the best and suits my needs. could you recommend me some tutos? thanks (1 Reply)
Discussion started by: genius90
1 Replies

3. Web Development

Perl scripting or shell scripting?

i am going to study any one of the scripting languages mentioned above(shell 0r perl scripting) . Which is having more scope for a fresher? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

4. What is on Your Mind?

Shell scripting vs Perl scripting

Hi all, I would like to start developping some good scripting skills. Do you think it would be best to start with shell scripting or Perl? I already got a fundation, really basics, in perl. but I am wondering what would be best to be good at first. Can you please help me determine which one to... (14 Replies)
Discussion started by: Pouchie1
14 Replies

5. Shell Programming and Scripting

Call Shell scripting from Perl Scripting.

Hi How to call a shell scripting through a Perl scripting? Actually I need some value from Shell scripting and passes in the Perl scripting. So how can i do this? (2 Replies)
Discussion started by: anupdas
2 Replies

6. Shell Programming and Scripting

Shell script tutorial?

Hi All, I have started preparation of Shell script...Can anybody send me the link where I can get a right tutorial or pdf file of shell script... Thanks in Advance (2 Replies)
Discussion started by: kunalpatil09
2 Replies

7. Shell Programming and Scripting

The Best C Shell tutorial Sites

Anyone have any links to good tutorial like sites that they keep going back to? Post them here please! (2 Replies)
Discussion started by: MrSuperFantastc
2 Replies

8. Shell Programming and Scripting

Need Bourne shell tutorial

Hello. I need a good & complete Bourne shell tutorial. Please, can anyone help me to find it? Thanks. (1 Reply)
Discussion started by: jag
1 Replies

9. Shell Programming and Scripting

difference between AIX shell scripting and Unix shell scripting.

please give the difference between AIX shell scripting and Unix shell scripting. (2 Replies)
Discussion started by: haroonec
2 Replies

10. UNIX for Dummies Questions & Answers

Scripting Tutorial

Hello Experts. I am searching for a tutorial about scripting in tcsh. After reading the tutorial I am supposed to write simple shell scripts : One that recives two arguments - a number and a string and prints to stdout all file names in current directory that end with the given string and... (1 Reply)
Discussion started by: SoHo
1 Replies
Login or Register to Ask a Question