Write a Review
Add to My Favorite
Refer it to Friend
Report Broken Link
Other links at Shell > Scripting
from UW.
Category:
Random Quote:
A Unix shell is a command language interpreter, the primary
purpose of which is to translate command lines typed at a
terminal into system actions. The shell itself is a program
through which other programs are invoked. Although there
are several different Unix shells, among them the C shell
waiting for hand_moderation
FAQ file for CCsh, a bourne shell to C cross-compiler.
Category:
Random Quote:
CCsh is a high quality programming tool that will transform your current Bourne Shell code into C language source code. The C code is then transparently compiled into an executable binary file by your C compiler.
In addition to this CCsh Faq, you can find various information about CCsh online:
waiting for hand_moderation
Frequently asked questions about the awk scripting language, a common feature of shell scripts.
Category:
Random Quote:
There are reader questions on this topic!
Subject: comp.lang.awk FAQ
Date: 24 Jun 2002 11:00:00 -0600
Summary: FAQ (Frequently Asked Questions) about the awk programming language
User-Agent: trivdb (uufree)
Archive-name: computer-lang/awk/faq
Comp-lang-awk-archive-name: faq
Posting-Frequency:
waiting for hand_moderation
A compiler for bourne shell scripts.
Category:
Random Quote:
Francisco Javier Rosales García
Free software developed by me
shc, a generic script compiler
El Departamento de Arquitectura y Tecnología de Sistemas Informáticos
(DATSI) pertenece a la Facultad de Informática de la Universidad Politécnica de
Madrid (UPM). Su actividad se centra en la
waiting for hand_moderation
Excellent reference for complex Korn shell scripting.
Category:
Random Quote:
KSH - Korn Shell Tutorial
pattern: example: matches: not matched:
------------------------------------------------------------------
[!...] boo[!st] boor boot
*(cc|cc) boo*(ze|r) boo,boor,booze,boozer boot
+(cc|cc) boo+(ze|r) boor,booze,boozer boo
?(cc|cc) boo?(ze|r) boo,boor,booze boozer
waiting for hand_moderation