𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Using csh & tcsh (Nutshell Handbooks)

✍ Scribed by Paul DuBois


Publisher
O'Reilly & Associates
Year
1995
Tongue
English
Leaves
254
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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 ortcsh because the tasks are better done with a different shell, such as sh (the Bourne shell) or a language like Perl.

πŸ“œ SIMILAR VOLUMES


C shell (csh) Fundamentals
✍ Sujata Biswas, Liza Noble πŸ“‚ Library 🌐 English

<span>2023 Update: Released "TCSH Shell Scripting" </span><span><br><br>This book derives from the β€œLearning C Shell scripting gently” and targets people new to Linux/Unix Operating system. We believe that the starting point of learning Linux/UNIX should never be the β€œls” command but understanding t

Exploring Expect (Nutshell Handbooks)
✍ Don Libes πŸ“‚ Library πŸ“… 1994 🌐 English

Expect is quickly becoming a part of every UNIX user's toolbox. It allows you to automate Telnet, FTP, passwd, rlogin, and hundreds of other applications that normally require human interaction. Using Expect to automate these applications will allow you to speed up tasks and, in many cases, solve