Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Answers to Frequently Asked Questions New to Unix. Which books should I read? Additional book recommendations Post 302196406 by era on Sunday 18th of May 2008 06:52:52 AM
Old 05-18-2008
Additional book recommendations

To my surprise, I found many of my personal favorites to be missing from the book recommendations thread.

Although dated, Kernighan & Pike's The Unix Programming Environment is a classical introduction, covering the shell, the scripting languages, make, troff, and some fundamental C programming concepts, in a distinctive "Bell Labs" style, by two pivotal figures in the history of Unix.

Image

Jeffrey Friedl's Mastering Regular Expressions is a must for anybody who uses scripting languages. It is suitable even for beginners, although you have to be serious about regular expressions to read it cover to cover.

Image

Eric Raymond's The Art of Unix Programming attempts to teach not only programming, but the philosophy and mind-set of the Unix masters. Although if it is mainly about "real" programming languages, it is worth a read even if you are only into scripting languages.

Image

Kernighan and Pike's The Practice of Programming has examples in both systems priogramming languages (C and Java) and in scripting languages (Perl, TCL, awk, etc). Like the previous one, this book is more about mindset and philosophy than about any particular programming language. Another classic from the duo who wrote The Unix Programming Environment.

Image

(The cover art is not particularly convincing, as such.)

Last edited by era; 05-20-2008 at 04:18 AM.. Reason: Minor inaccuracy in tpop description
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Recommendations for a convert

I'm on my way, I've seen the light and it's not a train at the other end of the tunnel :) What tutorial or manual or reference point(s) would you recommend for an experienced DOS and CP/M type, who wants to learn the command equivalents within Unix? I have a good understanding of program... (2 Replies)
Discussion started by: Keith
2 Replies

2. Shell Programming and Scripting

your recommendations

Hi all, I'm trying to teach myself shell programming and scripting. What are good introduction level programming and/or scripting books that you recommend? I will gather your suggestions into a list and check out the IT-related sections of the nearest Barnes & Noble stores. Or if you could... (1 Reply)
Discussion started by: antalexi
1 Replies

3. Solaris

Swap space recommendations for 9

Core dumps on larger systems have become quite large. Sun, is beginning to ship 146Gig drives. What is the recommended partition size for swap? I can not get a good answer to this question. The double your RAM recommendation is quite old and outdated. thanks (1 Reply)
Discussion started by: bgboost
1 Replies

4. UNIX for Dummies Questions & Answers

Looking for recommendations for free Xserver

Hello , im not sure if its the right forum... im sorry if not im working with putty allot , but now I started to work with more graphical applications and im looking for free simple and fast Xserver to remote connection, can someone recommend me if there is something like that ? (3 Replies)
Discussion started by: umen
3 Replies

5. UNIX for Advanced & Expert Users

Request for Recommendations

Hello Guru's, I created this shell script to copy over the files from one location to other location and generating a list of files to process them through ETL tool. Could you please review the code and tell me if you have any recommendations or changes for my code or any thing wrong in my code.... (1 Reply)
Discussion started by: Ariean
1 Replies

6. UNIX for Dummies Questions & Answers

Reinstall recommendations?

I'm currently running 32-bit Xubuntu 8.10 and I'm thinking of changing over to 64-bit Ubuntu 9.04. Any recommendations on how to make this go more smoothly? -----Post Update----- Can I shuffle around the partitions and install it as a second OS? Is there a good way to do that? (2 Replies)
Discussion started by: CRGreathouse
2 Replies

7. UNIX for Dummies Questions & Answers

Recommendations on my study path

i have a little background in C (2 sems in university), and have been studying the bash articles on tldp.org i just wanted to know what you guys recommend i look up next. i'm interested in the server administration side of linux, and in kernel and peripheral interface. so i'm not sure whether to... (3 Replies)
Discussion started by: momo.reina
3 Replies

8. UNIX for Dummies Questions & Answers

Recommendations on a book or website on computer network design?

Can someone please recommend a book or a website that has info on how to design a secure fault tolerant network (routers, firewall, domain servers, etc) of 300 wireless computers separated in multiple buildings and floor with multiple users for each station mainly utilizing dtp and internet... (1 Reply)
Discussion started by: rukasu
1 Replies
DtMmdbBookGetShortTitle(library call)									     DtMmdbBookGetShortTitle(library call)

NAME
DtMmdbBookGetShortTitle -- obtains the short title of a book SYNOPSIS
#include <DtMmdb.h> const char* DtMmdbBookGetShortTitle( DtMmdbInfoRequest* request, unsigned int* length); DESCRIPTION
The DtMmdbBookGetShortTitle function returns the short title of the specified book object. Do not use the free function on the returned pointer. Table lookup is involved when the identifier is specified by either the primary_oid or sequence_num field. ARGUMENTS
request Specifies the bookcase in the bookcase descriptor field, as well as a valid value in the primary_oid, the secondary_oid, or the sequence_num field. The primary_oid represents the DtInfo Database object identifier of the TOC section; the secondary_oid rep- resents the object identifier of the book itself; and the sequence_num represents the sequence number of the book within the bookcase (0 based). If more than one of these fields have a valid value, the order of precedence is: primary_oid, secondary_oid, and, last, sequence_num. length Specifies the variable to receive the length of the returned short title, if the returned pointer to the title is not NULL. RETURN VALUE
If DtMmdbBookGetShortTitle completes successfully, it returns a pointer to the book's short title. If it fails, it returns a NULL pointer. EXAMPLE
None. SEE ALSO
DtMmdbBookGetLongTitle(3) DtMmdbBookGetShortTitle(library call)
All times are GMT -4. The time now is 06:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy