What is C shell under UNIX / Linux operating systems?
C Shell is a shell developed by Bill Joy at the University of California at Berkeley.
The C Shell syntax resembles that of the C programming language (hence name C shell).
It has powerful interactive features like command history and file name completion.
It is default shell under FreeBSD and a few other UNIX like operating systems.
It is used primarily for interactive terminal use. For e.g. login and write program or update system configuration.
It is less frequently used for scripting and operating system control. /bin/sh is mostly used to write shell scripts.
C Shell Features
- Command history - Yes
- Line editing - No
- File name completion - Yes
- alias command - Yes
- Restricted shells - No
- Job control - Yes
TCSH
tcsh is an enhanced but completely compatible version of the Berkeley UNIX C shell, csh. It is a command language interpreter usable both as an interactive login shell and a shell script command processor. It includes the following features:
- A command-line editor : Yes
- Programmable word completion : Yes
- Spelling correction : Yes
- History mechanism : Yes
- Job control : Yes
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 0 comments… add one now }