AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  where can I start learning ksh scripting?

    Posted Sun April 15, 2007 10:21 PM

    Originally posted by: SystemAdmin


    hi, I'm learning shell script, and I'm looking for good start point on this site which specifically focus on ksh scripting, any suggestions? thanks in advance


  • 2.  Re: where can I start learning ksh scripting?

    Posted Mon April 16, 2007 09:01 AM

    Originally posted by: SystemAdmin


    My favorite is the "Kornshell Programming Tutorial" by Barry Rosenberg because it has so many examples. Addiston Wesley, ISBN 0-201-56324-X


  • 3.  Re: where can I start learning ksh scripting?

    Posted Fri April 20, 2007 10:09 AM

    Originally posted by: bhead


    I found this one to be very helpful. Covers 5 shells, has chapters on Korn shells, plus regular expressions, sed/awk/grep, etc.

    UNIX Shells by Example
    by Ellie Quigley
    ISBN-10: 013147572X
    ISBN-13: 978-0131475724



  • 4.  Re: where can I start learning ksh scripting?

    Posted Sun April 22, 2007 11:34 PM

    Originally posted by: SystemAdmin


    I'd like to thank you guys, it's helpful


  • 5.  Re: where can I start learning ksh scripting?

    Posted Sun April 22, 2007 11:52 PM

    Originally posted by: orphy


    And if you don't want to buy a book, try googling something like
    "ksh scripting". There are plenty helpful stuff out there. For example,
    is from Dartmouth.

    http://www.dartmouth.edu/comp/support/courses/research/unix/shell.html
    Orphy