Bourne shell tutorial


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Bourne shell tutorial
# 1  
Old 07-09-2014
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
# 2  
Old 07-16-2014
Quote:
Originally Posted by genius90
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?
Prolly the best tuto suiting your needs is depending on what your needs are, which you didn't tell us, perhaps because of a serious lack of syllables. I suggest to take that chewing gum out of your keyboard, stock up on characters and then try again.

In the meantime you might take any of the tutorials you found, find out how far that takes you and ask specific questions if there are left any.

I hope this helps.

bakunin
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Cybersecurity

'Shell Shock' vulnerability in Bourne shell

A severe vulnerability was discovered in Bourne shell. Just google for: bash vulnerability ... for more details. (5 Replies)
Discussion started by: Cochise
5 Replies

2. Shell Programming and Scripting

Bourne shell & Korn shell

Could some one tell me the difference btw Bourne shell and the Kshell? Which is more flexible and reliable in terms of portability and efficiency. When i type the following command .. $ echo $SHELL yields me /bin/sh Does this tells me that I am in Bourne shell. If yes, how can i get... (6 Replies)
Discussion started by: bobby1015
6 Replies

3. Shell Programming and Scripting

Bourne/C shell help

Exercise Five Write a Bourne shell script which: • Professionalism: plan for this from the start. • Has one command line argument. • If the command line argument is a directory then the script should output the number of files in the directory. • If the command line argument is an ordinary... (2 Replies)
Discussion started by: moesom
2 Replies

4. Shell Programming and Scripting

How to activate Korn Shell functionnalities in Bourne Shell

Hi All I have writing a Korn Shell script to execute it on many of our servers. But some servers don't have Korn Shell installed, they use Borne Shell. Some operations like calculation don't work : cat ${file1} | tail -$((${num1}-${num2})) > ${file2} Is it possible to activate Korn Shell... (3 Replies)
Discussion started by: madmat
3 Replies

5. 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

6. Shell Programming and Scripting

I need to understand the differences between the bash shell and the Bourne shell

I do not claim to be an expert, but I have done things with scripts that whole teams of folks have said can not be done. Of course they should have said we do not have the intestinal fortitude to git-r-done. I have been using UNIX actually HPUX since 1992. Unfortunately my old computer died and... (7 Replies)
Discussion started by: awk_sed_hello
7 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. UNIX for Dummies Questions & Answers

Bourne-again shell

Hi guys !! well i'm still new in learning UNIX , and actually i'm still studying it by myself .. anyway, some people told me the Bourne-again shell is a good version of UNIX to work on , and i tried to download yesterday but i didn't know how to start it ...... the ReadMe file associated with... (3 Replies)
Discussion started by: mrsamer
3 Replies

10. News, Links, Events and Announcements

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 Replies)
Discussion started by: rockytriton
2 Replies
Login or Register to Ask a Question