- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: awk/sed scripting
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 03:18 AM
11-23-2001 03:18 AM
I haven't started looking yet but thought where better to start!
cheers
John
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 03:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 03:31 AM
11-23-2001 03:31 AM
Re: awk/sed scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 04:25 AM
11-23-2001 04:25 AM
Re: awk/sed scripting
Check O'Reilly's "Learning Perl"
http://www.oreilly.com/catalog/lperl3/
and "Programming Perl"
http://www.oreilly.com/catalog/pperl3/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 04:31 AM
11-23-2001 04:31 AM
Re: awk/sed scripting
I think the O'Reilly's is the best but the
"UNIX awk and sed programmer's interactive workbook " from Peter Patsis (Prentice Hall ) is quiet good to.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 06:01 AM
11-23-2001 06:01 AM
Re: awk/sed scripting
The Korn Shell by Anatole Olczak, and as mentioned before O'Reilly's sed & awk
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 04:49 PM
11-23-2001 04:49 PM
Re: awk/sed scripting
If I were starting out again, I would learn only a modicum of shell programming and then master Perl. It combines the best features of awk, sed, grep, and the shell. It is by far the most powerfull scripting language in that sockets, ipcs, ioctl, and virtually anything else that can be done in C can be done in perl. It's now my weapon of choice. The O'Reilly Perl Books (the Camel books) are hard to beat.
Regards, Clay