If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > shell script basic docs needed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-18-10, 00:12
srisan srisan is offline
Registered User
 
Join Date: Aug 2010
Posts: 2
shell script basic docs needed

HI all ,

I'm new to Unix and want to learn Shell scripting.

Can someone forward any docs available with you for learning the Basic shell scripts and their usage ?

Thanks in Advance

Regards
Srini
Reply With Quote
  #2 (permalink)  
Old 08-18-10, 01:57
bgcrew10 bgcrew10 is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
hi sinni, you can always check out Man pages of a shell you using.. or you can do a quick google search on the syntax for the script.

check out this tutorial on bash scripting:

Bash scripting Tutorial

or this shell script tutorial
http://www.sysadmindayph.com/blog/sh...pts-tutorials/

goodluck!
Reply With Quote
  #3 (permalink)  
Old 08-18-10, 13:27
srisan srisan is offline
Registered User
 
Join Date: Aug 2010
Posts: 2
compare 2 files and take the difference in it

I have 2 files , for Eg : hostlist & host1list


how to compare the two files (hostlist & hostlist1) and take only the difference in in 3 rd file

Thanks in advance

Srini
Reply With Quote
  #4 (permalink)  
Old 08-18-10, 13:37
kitaman kitaman is offline
Papabi's friend
 
Join Date: Sep 2009
Location: Ontario
Posts: 629
diff hostlist hostlist1 >hostlist.diff
Reply With Quote
  #5 (permalink)  
Old 08-20-10, 01:38
paddu paddu is offline
Registered User
 
Join Date: Aug 2010
Posts: 6
Hai srinu.... im attaching an pdf doccument ...which i think its very useful for shell scripting, though the doc is more in pages it covers maximum all the topics. all the best my friend
Attached Files
File Type: pdf advance bash scripting-guide.pdf (2.50 MB, 157 views)
Reply With Quote
  #6 (permalink)  
Old 11-15-10, 17:20
thiyagi thiyagi is offline
Registered User
 
Join Date: Nov 2010
Posts: 1
thanks, that was very helpful....
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On