Need Help : Links to Shell Script Tutorials


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Need Help : Links to Shell Script Tutorials
# 1  
Old 03-30-2005
Need Help : Links to Shell Script Tutorials

Hi,

I am very new to shell scripting. Appreciate if you suggest some good & concise online book(s)/tutorial(s) to start with.

Thanks in advance.
Kotha.
# 2  
Old 03-30-2005
Use this,

http://www.tldp.org/LDP/abs/html/index.html

And do search with google with shell script tutorials
# 3  
Old 03-30-2005
Please make sure that you have read our rules. And note:
(5) Search the forums database with your keywords before asking.

Please learn how to find and examine our FAQ section. From our home page -> Answers to Frequently Asked Questions. In the FAQ section is an article Unix Tutorials/Programming Tutorials/Shell Scripting Tutorials with a links to tutorials that will answer your question.
# 4  
Old 03-30-2005
All,

Thanks for the links.

Kotha.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

List all the soft links and hard links

Hi I'm logged in as root in an aix box Which command will list all the soft links and hard links present in the server ? (2 Replies)
Discussion started by: newtoaixos
2 Replies

2. Solaris

Hard Links and Soft or Sym links

When loooking at files in a directory using ls, how can I tell if I have a hard link or soft link? (11 Replies)
Discussion started by: Harleyrci
11 Replies

3. Shell Programming and Scripting

How to change symbolic links via script

Hello, the install routine puts automatically the servername "SERVER" in the symlink like: hello.txt --> /SERVER/usr/lpp/hello.txt world.txt --> /SERVER/usr/lpp/world.txt ... but i need to change this symlinks (without servername) to: hello.txt --> /usr/lpp/hello.txt world.txt -->... (3 Replies)
Discussion started by: smitty11
3 Replies

4. Shell Programming and Scripting

script to convert words into links

hi, i need some help. i have to write a unix shell script that opens a file with a list of words and prints another file with a list of links. something like this: Input: FILE 1: Red Green Blue Output: FILE2: http://www.google.com/search?hl=en&q=Red... (9 Replies)
Discussion started by: kazordoon
9 Replies

5. Shell Programming and Scripting

Regarding Shell Script References,PDF and Tutorials

Hi, Could you pls guide me a reference materials or PDF or Tutorials link for Shell Scripting.I'm new to Unix Shell Scripting.want to explore as much as possible in Shell Scripting.... Thanks Sollins (2 Replies)
Discussion started by: sollins
2 Replies

6. Shell Programming and Scripting

Symbolic Links - BASH Script

Hi all, This is my first message in this forum. I'd like to know if there is a nice way to get the complete path from a symbolic link. Example: When I do a ls -ltr I see this output. lrwxr-xr-x 1 mmmm users 66 Sep 4 09:58 LINK_SEND ->... (4 Replies)
Discussion started by: rodrimuino
4 Replies

7. Shell Programming and Scripting

Useful tutorials/links for beginers

Hello all Pl try to send some useful tutorials and links to learn shell scripting at beginer level. I will summarize and thanks in advnace. chrs0302 (1 Reply)
Discussion started by: chrs0302
1 Replies

8. Shell Programming and Scripting

ksh Script to Generate Symbolic Links

I'm writing a ksh script which will reference a text file I have to create symbolic links for my application: --file contents-- Link Directory Link Source Link Name /users/05/dwisconbug bin link2bin Now, this should create the following... (1 Reply)
Discussion started by: dwisconbug
1 Replies
Login or Register to Ask a Question