Good source of AIX Specific Scripting?


 
Thread Tools Search this Thread
Operating Systems AIX Good source of AIX Specific Scripting?
# 1  
Old 02-22-2006
Good source of AIX Specific Scripting?

Hi everyone,

I need to write some AIX scripts (ksh?), kind of fast so I'm looking for somewhere to get a crash course in it. Are there any AIX Specific Scripting resource sites that anyone can recommend, really not getting a whole lot from google.

Thanks in advance,

Darren
# 2  
Old 03-04-2006
i've never seen one ... you're best bet is to get going on any kind of scripting in a shell that should be on all unix variants now (i.e., ksh works fine for me on aix, hp-ux, solaris, dg-ux, etc.) ... some people prefer to point new scripters to perl but i prefer ksh because it will also get you using the commands included in the OS by default ... and an SA who can't use the tools already included in the OS he's working on doesn't really know what he's working on ...

besides the only difference between an AIX ksh script that creates a new directory in /tmp 100 times and a Solaris ksh script doing the same thing is just where ksh itself is being accessed from (/usr/bin/ksh vs /bin/ksh) ...

good luck!
# 3  
Old 03-14-2006
Quote:
Originally Posted by Just Ice
besides the only difference between an AIX ksh script that creates a new directory in /tmp 100 times and a Solaris ksh script doing the same thing is just where ksh itself is being accessed from (/usr/bin/ksh vs /bin/ksh)

Not any more. In previous (well, *very previous*) AIX versions there was a different 16-bit and 32-bit ksh located in /usr/bin and /bin, but in newer AIX systems /bin is just a link to /usr/bin.

A good source for ksh scripting tips & tricks is www.shelldorado.com

bakunin

Last edited by bakunin; 03-14-2006 at 04:51 PM..
# 4  
Old 03-15-2006
Although not AIX specific I have found this site helpful:
http://www.tldp.org/LDP/abs/html/

I also browse and search this forum on a regular basis for ideas.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

any good book for shell programming and scripting??

as title suggest i am looking for good book to start learning shell programming.please help me with this. (5 Replies)
Discussion started by: pvk21
5 Replies

2. UNIX for Advanced & Expert Users

Please advise good source of info about swapping

Hi Everyone, I have some misunderstanding about swapping. Is it true that swap a) required always (I mean I cannot set size 0 bytes) and b) some pages are saved on disk in idle time even free memory is enough ? Could you please advise some good reading about it? (10 Replies)
Discussion started by: sant
10 Replies

3. UNIX for Dummies Questions & Answers

any good book for Shell Scripting ?

Hi , I am aware of basics of UNIX like general commands for files & directories. However now I have to move on to shell programming . Please suggest any good book for beginners for shell programming basics & advanced which might have some practice questions also. Thanks, Ankur (4 Replies)
Discussion started by: ankurvohra
4 Replies

4. Shell Programming and Scripting

Help for good books in Shell Scripting

Hi, I am knew to Shell Scripting. Can someone please tell me some good books for Shell Scripting which explains in a very simple language and covers all the topics nicely. Thanks, Shubh. (3 Replies)
Discussion started by: shubhranshu
3 Replies

5. UNIX for Dummies Questions & Answers

need some good unix scripting docs for the beginers

Hi, Could someboby share a good unix doc covering sed,awk n gsub etc..i do get some info on web..but i prefer some very good doc... Thanks...:) Plz send it to balajigrt@gmail.com (1 Reply)
Discussion started by: Balaji Sukumara
1 Replies

6. UNIX for Dummies Questions & Answers

Good Book For Unix And Shell Scripting

Hello people.I'm new to the forum and would like to seek your opinion in purchaing a copy of a good Unix and Shell scripting book. I have good knowledge of basic unix concepts and now i would like to delve into more details. Your suugestion much appreciated. Thx (1 Reply)
Discussion started by: aeontoam82
1 Replies

7. UNIX for Dummies Questions & Answers

Good source of X11 programming info?

Is there a good book or something on practical programming in X11? I have the O'Reilly X window system book set. They don't seem to cover the nuances very well (at least for me). So far the only thing I find on the web is the text from these books. Specifically, I'm looking for optimization... (2 Replies)
Discussion started by: willil
2 Replies

8. Shell Programming and Scripting

Good books on Shell Scripting

All, I am new to shell scripting. Can you guys suggest me some good books/online tutorials for shell scripting(KSH/BASH)? Thanks in advance. Janardhan. (1 Reply)
Discussion started by: raok1997
1 Replies

9. Shell Programming and Scripting

Need a good scripting book

Just a quick request guys As you might have guessed I've just started getting involved in Unix The guys and the boss in the unix team (not with them yet) have given me some projects to do at my request. Some of which involve scripting. The work is paying for me to go on a scripting... (2 Replies)
Discussion started by: w33man
2 Replies
Login or Register to Ask a Question