New to it all, But i wanna script really badly!!!


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting New to it all, But i wanna script really badly!!!
# 1  
Old 07-03-2004
Data New to it all, But i wanna script really badly!!!

Ok, im brand new to this whole thing, well nearly, but all i wanna know and do is scripting, WHAT DO I DO?!Smilie
# 2  
Old 07-03-2004
I would suggest that instead of "jumping" to scripting straightaway try to get a grep(read grip!) of things in unix -the very basics .

Good luck;-)
# 3  
Old 07-03-2004
take a look at tldp.org
# 4  
Old 07-03-2004
Or you could spend $20. and some change and get this book:

http://www.amazon.com/exec/obidos/tg...books&n=507846

which I think is a great book for a beginner to UNIX because it takes you from your first login to some pretty advanced shell scripting --teaching you tons of good commands along the way. I think you'd get a lot out of this if you're willing to work through some frustration.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Badly placed ()'s

Edit - I don't know how to delete posts. The question I asked here ended up not being the question I should have asked as I didn't realise I needed to edit my script to comply with SGE. Hi, My script is: #!/bin/bash # Perform fastqc on files in a specified directory. for ((j=1;... (8 Replies)
Discussion started by: una1992
8 Replies

2. Post Here to Contact Site Administrators and Moderators

Wanna change my username

Hi team, I want to change my username.. I tried in the edit option but i can't get it.. Can u help me.? (1 Reply)
Discussion started by: Adhi
1 Replies

3. Shell Programming and Scripting

Need Bits - Anyone wanna work something out?

I need bits for the emergency forum....my panic levels are starting to rise due to no responses to my threads. Please let me know if you have extra bits, and what it will take to get them. I need like 13000 more to post in there I think. Thank you, D ---------- Post updated at 01:09 PM... (0 Replies)
Discussion started by: tekster2
0 Replies

4. Programming

Anyone wanna write this?

Write a function named isPrime which accepts one integer parameter, say x. Have the function return TRUE if x is a prime. Otherwise, have it return FALSE. b) Write a program that keeps asking the user for an integer say k. As long as k is greater than 0, the program will call... (1 Reply)
Discussion started by: KyleBucket
1 Replies

5. Shell Programming and Scripting

tcsh: not run script (if: Badly formed number)

Hello I have Linux Debian & tcsh shell. My mini script not run :(. Startup script displays a message: user@host:dir% ./test if: Badly formed number. script: #!/bin/tcsh -f #script check size files systems set x = `df -h /usr | tail -n1 | awk '{ print( $5 ); }'` set y = 60% if ($x... (5 Replies)
Discussion started by: moskovets
5 Replies

6. Linux

I am a beginner.Wanna become expert.

Hi Everybody, I am beginner to Unix platform, Can anybody guide me to learn the Unix, Scripting, shell scripting and inside stuff. I am interesting in programming that needs the step by step walk. Thankful to those who dare to walk along. yours farooq (5 Replies)
Discussion started by: farooq_kdp
5 Replies

7. Shell Programming and Scripting

wanna contribute to gnu

I want to contribute to any project that currently going on in the gnu. What is the procedure. (1 Reply)
Discussion started by: yogesh_powar
1 Replies
Login or Register to Ask a Question