Today, Das's book "Unix: A History and a Memoir" is a classic in the world of computing. The book tells the story of Unix from its humble beginnings at Bell Labs to its current status as a ubiquitous operating system.

"Suppose you want to list all users currently logged in who are named 'john'. You might try who | grep john . But what if you want lines that do NOT contain john? Use grep -v . What if you want the line number? Use grep -n ."

Keep in mind that availability and access to the PDF might depend on the publisher's permissions or copyright restrictions.

If you are looking for on Google Books, it is one of the most widely used textbooks for mastering the Unix/Linux environment. Finding the Book on Google Books

: Focuses on Unix fundamentals, shell programming (Bourne, Korn, bash, and C shells), and system administration. 4th edition