Beginning for shell programming and scripting


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Beginning for shell programming and scripting
# 1  
Old 10-13-2005
Beginning for shell programming and scripting

I just did a quick search for 'script' and browsed the Shell Programming and Scripting Q & A category, but didn't spot a thread that might help me.

I'm wanting to get into shell programming and scripting (including automating a lot of manual processes, i.e. renaming files, replacing characters in file names, appending a fixed prefix to the beginning of a file name only, etc.). Can I be pointed to references / guides / etc. that will explain the components of this topic, and walk through the 'tricks' and 'secrets' that would allow whatever I might want to achieve through typing up a script a lot easier and efficient?

While I am looking for things for the elementary / intermediate topics, advanced items would be greatly appreciated as well (as long as they don't sound Greek to the beginner wanting to become more experienced).

Thanks in advance.
# 2  
Old 10-14-2005
That reminds me. I want to add a link to Unix Tutorials/Programming Tutorials/Shell Scripting Tutorials
# 3  
Old 10-14-2005
Guess what I'll be reading while I'm online this weekend?! =) Thanks so much!

Can this be posted also in the beginners / newbies section as well?

Thanks again!
# 4  
Old 10-14-2005
Quote:
Originally Posted by HLee1981
Can this be posted also in the beginners / newbies section as well?
No. It is useful to everyone, not just beginners. No one should be using the site without reading and following the rules. Anyone who posts a question without first searching the site is breaking those those rules. There is a link to the Rules & FAQ on every page. That really has to be enough. I know, it's not enough...but we aren't going to clutter the site with even more links.

You're lucky that you reminded me to add a link to the faq... Several times a week I will answer a question like this; but I often ignore questions that can be answered by reading our FAQ section. Smilie
# 5  
Old 10-14-2005
Well, thanks so much for posting the link! I really enjoy typing and I'm liking just about everything I'm encountering in Unix at this elementary stage that I'm at. I have added the link as a favorites on my work machine and will be bookmarking it on my personal machines for reference and studying. Thank you!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Beginning my programming/scripting path

Hey all, I am senior network security admin and started my cyber security master study 2 month ago. I definitely believe in my network and network security skills therefore want to mostly hardening cyber qualities. Along with cyber security I am really interested in programming which I believe... (6 Replies)
Discussion started by: orkhan
6 Replies

2. UNIX for Dummies Questions & Answers

Shell script to read lines in a text file and filter user data Shell Programming and Scripting

sxsaaas (3 Replies)
Discussion started by: VikrantD
3 Replies

3. Shell Programming and Scripting

shell programming and scripting

hi, i am trying this while loop and i only want that it should only read food as pizza....no other entry should be taken here. #!/usr/bin/perl -w $food = " "; while ( $food ne 'pizza' ) { print 'enter what you had last night: '; chomp ($food = <STDIN>); #print $food ; } ... (2 Replies)
Discussion started by: kullu
2 Replies

4. Shell Programming and Scripting

shell programming and scripting

I was trying out some new series to get it print 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 and the seond one is 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 but was unable to get the result. (5 Replies)
Discussion started by: harjinder
5 Replies

5. Shell Programming and Scripting

shell scripting and programming

RCS file: /home/rcap/.APCVS/regs/rc/power/analysis/pow_rtl/renes_setup.g,v Working file: ./power/analysis/pow_rtl/renes_setup.g head: 1.14 branch: locks: strict access list: symbolic names: br_2010_101_200: 1.13.0.12 br_2010_101_100: 1.13.0.10 br_2009_91_200:... (3 Replies)
Discussion started by: harjinder
3 Replies

6. Shell Programming and Scripting

Shell Programming and Scripting

Hi All, How do I code a password with multiple special characters in it. Example: password is P#utar&@ None of the belwo options worked 1. passwd="P#utar&@" 2. passwd='P#utar&@' Any help will be greatly appreciated. (3 Replies)
Discussion started by: afredri
3 Replies

7. Infrastructure Monitoring

Shell Programming and Scripting

# set date to your spec: this is month/day/yr/hr/min/sec: sysdate=`date '+%m/%d/%Y-%H:%M:%S'` # get the last line before the history file is modified tail -1 /tmp/hosthistory.txt |while read lastdate mydevices do echo $lastdate echo $mydevices done LIST = 'ypcat hosts|| sort... (11 Replies)
Discussion started by: lemseffert
11 Replies

8. Shell Programming and Scripting

Shell Programming and Scripting

Hi, Iam having the files as follows: file1 aa aa aa aa ab ac ad ae file2 aa aa ab Outputfile: (20 Replies)
Discussion started by: nivas
20 Replies

9. Shell Programming and Scripting

Shell Programming and Scripting

Hi, Iam having file1 as follows: ERTYUIOU|1234567689089767688 FDHJHKJH|6817738971783893499 JFKDKLLUI|9080986766433498444 FILE2 ERTYUIOU|1234567689089767688 resh@abc_com 767637218328322332 893589893499 asdsddssd ... (21 Replies)
Discussion started by: nivas
21 Replies

10. Shell Programming and Scripting

Shell Programming and Scripting

Hi, iam having the file as follows: ABCDEFGH|0987654321234567 ABCDEFGH|0987654321234523 ABCDEFGH|0987654321234556 ABCDEFGH|0987654321234545 POIUYTRE|1234567890890678 POIUYTRE|1209867757352567 POIUYTRE|5463879088797131 POIUYTRE|5468980091344456 pls provide me the split command ... (14 Replies)
Discussion started by: nivas
14 Replies
Login or Register to Ask a Question