Join Books.org — it's free

UNIX
Using CSH and TCSH by Paul DuBois β€” book cover

Using CSH and TCSH

by Paul DuBois
Available on Bookshop Write a review

Books.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.

Log in to track your reading progress.

Overview

If you use UNIX, you probably use csh to type commands even if you've never heard of it. It's the standard shell (command line) on most UNIX systems. tcsh is an enhanced version that's freely available and highly recommended.

Using csh & tcsh describes from the beginning how to use these shells interactively. More important, it shows how to get your work done faster with less typing. Even if you've used UNIX for years, techniques described in this book can make you more efficient.

You'll learn how to:

  • Make your prompt tell you where you are (no more pwd)
  • Use what you've typed before (history)
  • Type long command lines with very few keystrokes (command and filename completion)
  • Remind yourself of filenames when in the middle of typing a command
  • Edit a botched command instead of retyping it

This book does not cover programming or script writing in csh or tcsh because the tasks are better done with a different shell, such as sh (the Bourne shell) or a language like Perl.


The csh and tcsh shells are repeatedly used whey typing UNIX commands. This spiffy efficiency guide shows you how to do more with less! New habits will let you type less with techniques like reusing previously typed phrases, using aliases, ways to abbreviate file names, special characters, command substitution, etc. Appendix shows you how to get tsch 6.06 via ftp, and how to install and build tsch. There is also a quick ref for csh and tsch.

About the Author, Paul DuBois

is one of the primary contributors to the MySQL Reference Manual, a renowned online manual that has supported MySQL administrators and database developers for years, now available in an attractive paper format from the O'Reilly Community Press. He is also the author of Using csh & tcsh and Software Portability with imake by O'Reilly, as well as MySQL and MySQL and Perl for the Web by New Riders.

Reviews

There are no reviews yet. Log in to write one.

Editorials

From Barnes & Noble


Fatbrain Review

The csh and tcsh shells are repeatedly used whey typing UNIX commands. This spiffy efficiency guide shows you how to do more with less! New habits will let you type less with techniques like reusing previously typed phrases, using aliases, ways to abbreviate file names, special characters, command substitution, etc. Appendix shows you how to get tsch 6.06 via ftp, and how to install and build tsch. There is also a quick ref for csh and tsch.

Booknews

Helps readers use the UNIX standard shell, or command interpreter, by demonstrating techniques to improve efficiency by using the shells interactively at the command line, rather than writing shell scripts. Includes a basic introduction to the C shell, details tsch's special features, and includes sections on filename and programmed completion, using commands to generate arguments, navigating the file system, and job control. Appendices offer instructions on obtaining and installing tcsh, and list electronic sources of more information. Annotation c. Book News, Inc., Portland, OR (booknews.com)

Book Details

Published
July 1, 1995
Publisher
O'Reilly Media
Pages
244
Format
Paperback
ISBN
9781565921320

More by Paul DuBois

Similar books