Re: OT: Good Linux script book ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2006-11-04 at 11:24, Kim Lux wrote:
> Sorry for the off topic post.   Does anyone know of a really good book
> that covers writing scripts ?
> 
> Preferably this book will have lots of examples and covers some of the
> more esoteric and hidden stuff.
> 
> Is this one any good ?
> http://www.amazon.com/Linux-Shell-Script-Programming-Meadors/dp/0619159200
> 
> And no, I don't want to Perl for this stuff. 

Keep in mind that shell makes a great wrapper for starting other
programs and gluing any number of them together, but usually
isn't the best choice for anything that needs a lot of
calculation or data storage.  If a perl program already exists
that does a step you need (and it probably does, CPAN has
everything...), use it.  Don't restrict yourself to the
legacy unix utility programs that you'll see used in shell
programming examples (sed, tr, cut, etc.) - you can run
anything you want for any step you want.

-- 
  Les Mikesell
   lesmikesell@xxxxxxxxx


-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux