|
|
|
|
|
Home
By TONY
By MARK
By JERRY
By ANN
By ERICA
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
[gnu.bash.bug] BASH Frequently-Asked Questions
ftp://rtfm.mit.edu/pub/faqs/unix-faq/shell/bash (At MIT)
Csh Programming Considered Harmful
ftp://rtfm.mit.edu/pub/faqs/unix-faq/shell/csh-whynot (At MIT)
hush (hyper utility shell) FAQ
ftp://rtfm.mit.edu/pub/faqs/unix-faq/shell/hush-faq (At MIT)
Welcome to comp.unix.shell [Frequent posting]
ftp://rtfm.mit.edu/pub/faqs/unix-faq/shell/intro (At MIT)
Scsh (a Unix Scheme shell) FAQ
ftp://rtfm.mit.edu/pub/faqs/unix-faq/shell/scsh-faq (At MIT)
UNIX shell differences and how to change your shell (Monthly Posting)
ftp://rtfm.mit.edu/pub/faqs/unix-faq/shell/shell-differences (At MIT)
Z-shell (zsh) Frequently-Asked Questions
ftp://rtfm.mit.edu/pub/faqs/unix-faq/shell/zsh (At MIT)
comp.unix.user-friendly Frequently Asked Questions (FAQ)
ftp://rtfm.mit.edu/pub/faqs/unix-faq/user-friendly (At MIT)
Sams Teach Yourself Shell Programming in 24 Hours (2nd Edition) [Sriranga Veeraraghavan; 2002-03-15] ISBN 0672323583 - At Barnes & Noble - At Amazon - At Half
WSH and ADSI Administrative Scripting [Gerry O'Brien; 2002-01-15] ISBN 0672322501 - At Barnes & Noble - At Amazon - At Half
Windows Shell Scripting and WSH Administrator's Guide [Jerry Lee, Jr. Ford; 2001-11-15] ISBN 1931841268 - At Barnes & Noble - At Amazon - At Half
AppleScript for Applications: Visual QuickStart Guide [Ethan Wilde; 2001-11-15] ISBN 0201716135 - At Barnes & Noble - At Amazon - At Half
Windows Management Instrumentation (WMI) [Ashley Meggitt, Matthew M. Lavy; 2001-10-15] ISBN 1578702607 - At Barnes & Noble - At Amazon - At Half
WMI Essentials for Automating Windows Management [Marcin Policht; 2001-07-23] ISBN 0672321440 - At Barnes & Noble - At Amazon - At Half
Applescript in a Nutshell : A Desktop Quick Reference [Bruce W. Perry; 2001-06] ISBN 1565928415 - At Barnes & Noble - At Amazon - At Half
Korn Shell Programming by Example [Dennis O'Brien, David Pitts (Contributor); 2001-02] ISBN 0789724650 - At Barnes & Noble - At Amazon - At Half
Windows Script Host [Peter G. Aitken; 2001-02] ISBN 0130287016 - At Barnes & Noble - At Amazon - At Half
The Korn Shell: Linux and Unix Shell Programming Manual (3rd Edition) [Anatole Olczak; 2001-01-05] ISBN 0201675234 - At Barnes & Noble - At Amazon - At Half
Linux Shells by Example (with CD-ROM) [Ellie Quigley; 2000-06-15] ISBN 0130147117 - At Barnes & Noble - At Amazon - At Half
Windows Shell Programming (with CD-ROM) [Scott Seely; 2000-06-15] ISBN 0130254967 - At Barnes & Noble - At Amazon - At Half
In the Beginning...Was the Command Line [Neal Stephenson; 1999-11-09] ISBN 0380815931 - At Barnes & Noble - At Amazon - At Half
Using CSH And TCSH, First Edition - how to use these shells interactively to get your work done faster with less typing. [DuBois, Paul ; O'Reilly and Associates, Inc. 1995-08] ISBN 1565921321 - At Barnes & Noble - At Amazon - At Half
Kornshell Programming Tutorial (Hewlett-Packard Press Series) [Barry Rosenberg; 1991-06] ISBN 020156324X - At Barnes & Noble - At Amazon - At Half
Hands On KornShell 93 Programming, Second Edition [Rose, Marshall T. and McCloghrie, Keith ; Addison-Wesley Publishing Company, Inc. ] ISBN 020131018X - At Barnes & Noble - At Amazon - At Half
Scripting: Higher-Level Programming for the 21st Century ( John K. Ousterhout ; IEEE Computer Magazine 1998-03)
- Increases in computer speed and changes in the application mix are making scripting languages more and more important for the applications of the future. Scripting languages differ from system programming languages in that they are designed for "gluing" applications together. They use typeless approaches to achieve a higher level of programming and more rapid application development than system programming languages.
TCSH on Windows XP? [2002/03/15]
At Ask Slashdot
A Real Bourne Shell for Linux? [2001/11/17]
At Ask Slashdot
What Does Your Command Prompt Look Like? [2001/07/06]
At Ask Slashdot
Pipes In GUI's [ 2000/08/17]
At Ask Slashdot
What is the correct way to initialize shellvariables? [ 2000/08/01]
At DaemonNews
Natural Language CLIs? [ 2000/07/29]
At Ask Slashdot
Why Can't the Command-Line be More Standardized? [ 2000/01/22]
At Ask Slashdot
Why do people compare "X$foo" in the shell instead of just "$foo"? [ 2000/01/01]
At DaemonNews
Why does the Bourne shell not let me redirect both stdout and stderr to the same place? [ 2000/01/01]
At DaemonNews
Command Shells - The Quirks, The Pros and The Cons [ 1999/11/11]
At Ask Slashdot
Why does make reject '$(shell blah)' in this makefile I'm porting to BSD? [ 1999/11/01]
At DaemonNews
Hey, don't curly braces really mean that sh should execute the enclosed stuff in the same shell, not subshell? [ 1999/09/01]
At DaemonNews
Why does my script work on commercial unixes but not on free unixes? [ 1999/07/01]
At DaemonNews
Here are a few general shell aliases [ 1999/06/01]
At DaemonNews
How can I redirect the output of a batch file? []
At comp.os.msdos.programmer FAQ at MIThttp://www.faqs.org/faqs/msdos-programmer-faq/part3 (At comp.os.msdos.programmer FAQ at faqs.org)
How can a batch file tell whether it's being run in a DOS box under Windows? []
At comp.os.msdos.programmer FAQ at MIThttp://www.faqs.org/faqs/msdos-programmer-faq/part4 (At comp.os.msdos.programmer FAQ at faqs.org)
How can a batch file test existence of a directory? []
At comp.os.msdos.programmer FAQ at MIThttp://www.faqs.org/faqs/msdos-programmer-faq/part3 (At comp.os.msdos.programmer FAQ at faqs.org)
Questions and Answers
Others not displayed here
Full List
tee(1) - pipe fitting {oss}
Man pages: FreeBSD RedHat Solaris NetBSDSource code: OpenBSD FreeBSD [IEEE Std1003.2-1992 (``POSIX.2'')]
cd(1) - change working directory {oss}
Man pages: NetBSDSource code: FreeBSD [IEEE Std1003.2-1992 (``POSIX.2'')]
whereis(1) - locate programs {oss}
Man pages: FreeBSD RedHat NetBSDSource code: OpenBSD FreeBSD
which(1) - locate a program file (or files) in the path {oss}
Man pages: FreeBSD RedHat Solaris NetBSDSource code: OpenBSD FreeBSD
apropos(1) - locate commands by keyword lookup {oss}
Man pages: FreeBSD RedHat Solaris NetBSDSource code: OpenBSD
script(1) - make typescript of terminal session {oss}
Man pages: FreeBSD RedHat Solaris NetBSDSource code: OpenBSD FreeBSD
lastcomm(1) - show last commands executed in reverse order {oss}
Man pages: FreeBSD RedHat Solaris NetBSDSource code: OpenBSD FreeBSD
getopt(1) - parse command options {oss}
Man pages: FreeBSD RedHat Solaris NetBSDSource code: OpenBSD FreeBSD
false(1) - Return false value. {oss}
Man pages: FreeBSD RedHat NetBSDSource code: OpenBSD FreeBSD [IEEE Std1003.2-1992 (``POSIX.2'')]
true(1) - Return true value. {oss}
Man pages: FreeBSD RedHat Solaris NetBSDSource code: OpenBSD FreeBSD [IEEE Std1003.2-1992 (``POSIX.2'')]
test(1) - Condition evaluation utility. {oss}
Man pages: FreeBSD RedHat NetBSDSource code: OpenBSD FreeBSD [IEEE Std1003.2-1992 (``POSIX.2'')]
apply(1) - apply a command to a set of arguments {oss}
Man pages: FreeBSD NetBSDSource code: OpenBSD FreeBSD
xargs(1) - construct argument list(s) and execute utility {oss}
Man pages: FreeBSD RedHat Solaris NetBSDSource code: OpenBSD FreeBSD [IEEE Std1003.2-1992 (``POSIX.2'')]
intro(1) - introduction to general commands (tools and utilities) {oss}
Man pages: FreeBSD RedHat Solaris NetBSDSource code: FreeBSD
sh(1) - Public domain Bourne shell {oss}
Man pages: FreeBSD Solaris NetBSDSource code: OpenBSD FreeBSD
csh(1) - a shell (command interpreter) with C-like syntax {oss}
Man pages: FreeBSD NetBSDSource code: OpenBSD FreeBSD
ksh(1) - Public domain Korn shell {oss}
Man pages: RedHat NetBSDSource code: OpenBSD
awk(1) - pattern-directed scanning and processing language {oss}
Man pages: FreeBSD Solaris NetBSDSource code: OpenBSD FreeBSD
pwd(1) - return working directory name {oss}
Man pages: FreeBSD RedHat Solaris NetBSDSource code: OpenBSD FreeBSD [IEEE Std1003.2-1992 (``POSIX.2'')]
m4(1) - macro language processor {oss}
Man pages: FreeBSD Solaris NetBSDSource code: OpenBSD FreeBSDm4-1.4 - GNU's m4 (At FreeBSD Ports)
m4-1.4.tgz - GNU m4 (At OpenBSD 2.7_packages i386)
m4-1.4.tgz - GNU m4 (At OpenBSD 2.8_packages i386)
m4-1.4.tgz - GNU m4 (At OpenBSD 2.7_packages m68k)
m4-1.4.tgz - GNU m4 (At OpenBSD 2.7_packages sparc)
m4-1.4.tgz - GNU m4 (At OpenBSD 2.8_packages vax)
m4-1.4.tgz - GNU m4 (At OpenBSD 2.8_packages powerpc)
m4-1.4.tgz - GNU m4 (At OpenBSD 2.8_packages m68k)
m4-1.4.tgz - GNU m4 (At OpenBSD 2.8_packages sparc)
m4-1.4 - GNU version of Unix m4 macro-processor (At NetBSD packages collection)
m4 - Public domain M4 macro processor (At comp.sources.unix at ISC)
m4 - Public domaind M4 macro processor (At comp.sources.unix at UUNET)
whatis(1) - describe what a command is {oss}
Man pages: RedHat NetBSDSource code: OpenBSD
time(1) - time command execution {oss}
Man pages: FreeBSD Solaris NetBSDSource code: OpenBSD FreeBSD [IEEE Std1003.2-1992 (``POSIX.2'')]
screen - is a terminal multiplexer that runs several separate 'screens' (ttys) on a single character-based terminal. {GPL,GNU}
At GNU project
screen-3.9.11_1 - A multi-screen window manager (At FreeBSD Ports)
screen-3.9.5p1.tgz - multi-screen window manager (At OpenBSD 2.7_packages i386)
screen-3.9.8.tgz - multi-screen window manager (At OpenBSD 2.8_packages i386)
screen-3.9.5p1.tgz - multi-screen window manager (At OpenBSD 2.7_packages sparc)
screen-3.9.8.tgz - multi-screen window manager (At OpenBSD 2.8_packages vax)
screen-3.9.8.tgz - multi-screen window manager (At OpenBSD 2.8_packages powerpc)
screen-3.9.8.tgz - multi-screen window manager (At OpenBSD 2.8_packages m68k)
screen-3.9.8.tgz - multi-screen window manager (At OpenBSD 2.8_packages sparc)
screen-3.9.5.tgz - multi-screen window manager (At OpenBSD 2.7_packages m68k)
Bash - , the Bourne Again SHell, is compatible with the Unix 'sh' and offers many extensions found in 'csh' and 'ksh'. {GPL,GNU}
At GNU project
Midnight Commander - is a user friendly and colorful Unix file manager and shell, useful to novice and guru alike. {GPL,GNU}
At GNU project
Shellutils - are: 'basename', 'chroot', 'date', 'dirname', 'echo', 'env', 'expr', 'factor', 'false', 'groups', 'hostname', 'id', 'logname', 'nice', 'nohup', 'pathchk', 'printenv', 'printf', 'pwd', 'seq', 'sleep', 'stty', 'su', 'tee', 'test', 'true', 'tty', 'uname', ' {GPL,GNU}
At GNU project
mudsh-20010311 - An "intelligent" game-like shell
At FreeBSD Ports
portoseguro-0.4 - Launch applications by clicking on an icon bar
At FreeBSD Ports
shc-3.2 - A shell script "encoder"
At FreeBSD Ports
sash-3.4 - A Stand-Alone shell combining many common utilities
At FreeBSD Ports
44bsd-csh-20001106 - The traditional 4.4BSD /bin/csh C-shell
At FreeBSD Ports
vshnu-1.0008 - New Visual Shell
At FreeBSD Ports
perlsh-0.009_1 - New shell made entirely out of a Perl script
At FreeBSD Ports
argparse-1.0.0 - A tool for commandline parsing for shell scripts
At FreeBSD Ports
unquote-1.0.b3 - Execute a command with safely quoted arguments
At FreeBSD Ports
eshell-emacs20-2.4.2 - Command shell implemented in emacs lisp
At FreeBSD Ports
pbs-2.2p11 - Batch job queueing system
At FreeBSD Ports
penv-1.2.b2 - Set the environment accoring to the current working directory
At FreeBSD Ports
xbindkeys-1.5.0 - Allows you to launch shell commands under X with your keyboard
At FreeBSD Ports
xcmd-1.8 - Xcmd is a front-end for starting programs under X11
At FreeBSD Ports
pash-2.2 - A full-screen shell (commander GUI) for *nix.
At FreeBSD Ports
osh-001127 - An implementation of the UNIX 6th Edition shell.
At FreeBSD Ports
ksh93-20020317 - Official AT&T release of KornShell 93
At FreeBSD Ports
flash-0.9.4 - A ncurses-based restriction shell
At FreeBSD Ports
E-buttons-0.2 - A simple epplet that contains several buttons used to launch programs
At FreeBSD Ports
fep-1.0 - A general purpose front end for command line editing.
At FreeBSD Ports
General purpose front end for command line editing (At NetBSD packages collection)
fep - Front end editor program (At comp.sources.unix at ISC)
fep - Front end editor program (At comp.sources.unix at UUNET)
ile-2.0_1 - An Input Line Editor that wraps itself around programs
At FreeBSD Ports
ile-2.0 - Input Line Editor that wraps itself around programs (At NetBSD packages collection)
mshell-1.0 - A Unix menuing shell.
At FreeBSD Ports
mshell-1.0.tgz - Unix menuing shell (At OpenBSD 2.8_packages i386)
mshell-1.0.tgz - Unix menuing shell (At OpenBSD 2.8_packages m68k)
splitvt-1.6.5 - Run two shells in a split window/terminal
At FreeBSD Ports
splitvt-1.6.3.tgz (At OpenBSD 2.7_packages i386)
splitvt-1.6.3.tgz (At OpenBSD 2.8_packages i386)
splitvt-1.6.3.tgz (At OpenBSD 2.7_packages sparc)
splitvt-1.6.3.tgz (At OpenBSD 2.8_packages m68k)
splitvt-1.6.3.tgz (At OpenBSD 2.8_packages sparc)
splitvt-1.6.3 (At NetBSD packages collection)
openldap-1.2.13 - Open source LDAP client and server software
At FreeBSD Ports
openldap-2.0.23 (At FreeBSD Ports)
http://www.freebsd.org/ports/net.html#openldap-1.2.13 (At FreeBSD Ports)
openldap-2.0.6.tgz (At OpenBSD 2.8_packages i386)
openldap-2.0.6.tgz (At OpenBSD 2.8_packages m68k)
openldap-2.0.6.tgz (At OpenBSD 2.8_packages sparc)
openldap-1.2.12 - Lightweight directory access protocol server and client package (At NetBSD packages collection)
rc-1.6 - A unix incarnation of the plan9 shell
At FreeBSD Ports
rc-1.6.tgz - shell (clone of plan9 shell) (At OpenBSD 2.7_packages i386)
rc-1.6.tgz - shell (clone of plan9 shell) (At OpenBSD 2.8_packages i386)
rc-1.6-readline.tgz - shell (clone of plan9 shell) (At OpenBSD 2.8_packages i386)
rc-1.6-editline.tgz - shell (clone of plan9 shell) (At OpenBSD 2.8_packages i386)
rc-1.6.tgz - shell (clone of plan9 shell) (At OpenBSD 2.7_packages sparc)
rc-1.6.tgz - shell (clone of plan9 shell) (At OpenBSD 2.8_packages m68k)
rc-1.6-editline.tgz - shell (clone of plan9 shell) (At OpenBSD 2.8_packages m68k)
rc-1.6-readline.tgz - shell (clone of plan9 shell) (At OpenBSD 2.8_packages m68k)
rc-1.6-editline.tgz - shell (clone of plan9 shell) (At OpenBSD 2.8_packages sparc)
rc-1.6-readline.tgz - shell (clone of plan9 shell) (At OpenBSD 2.8_packages sparc)
rc-1.6.tgz - shell (clone of plan9 shell) (At OpenBSD 2.8_packages sparc)
Unix incarnation of the plan9 shell (At NetBSD packages collection)
es-0.9.b1_1 - An extensible shell, derived from plan9's rc
At FreeBSD Ports
es-0.9a1.tgz - extensible shell, derived from plan9's rc (At OpenBSD 2.7_packages i386)
es-0.9b1.tgz - extensible shell, derived from plan9's rc (At OpenBSD 2.8_packages i386)
es-0.9a1.tgz - extensible shell, derived from plan9's rc (At OpenBSD 2.7_packages sparc)
es-0.9b1.tgz - extensible shell, derived from plan9's rc (At OpenBSD 2.8_packages powerpc)
es-0.9b1.tgz - extensible shell, derived from plan9's rc (At OpenBSD 2.8_packages sparc)
es-0.9a1 - Extensible shell, derived from plan9's rc (At NetBSD packages collection)
pdksh-5.2.14 - The Public Domain Korn Shell
At FreeBSD Ports
scsh-0.6.0 - A Unix shell embedded into Scheme, with access to all Posix calls
At FreeBSD Ports
scsh-0.5.1.tgz - Unix shell embedded into Scheme (At OpenBSD 2.8_packages i386)
scsh-0.5.2nb1 - Unix shell embedded into Scheme, with access to all Posix calls (At NetBSD packages collection)
asfiles-1.0 - X11 file manager. Dockable in WindowMaker. [X]
At FreeBSD Ports
dfm-0.99.9 - OS/2 - like Desktop-File-Manager for X Window System
At FreeBSD Ports
ezfm-0.4.3 - EZWGL-based file manager for X Window System
At FreeBSD Ports
offix-files-2.4 - File bar from OffiX
At FreeBSD Ports
xfm-1.4.3 - The X File Manager
At FreeBSD Ports
xfm-1.3.2.tgz - X11 File Manager (At OpenBSD 2.7_packages i386)
xfm-1.4.2.tgz - X11 File Manager (At OpenBSD 2.8_packages i386)
xfm-1.3.2.tgz - X11 File Manager (At OpenBSD 2.7_packages sparc)
xfm-1.4.2.tgz - X11 File Manager (At OpenBSD 2.8_packages sparc)
bricons-3.0 - Quick start up utility for applications on an X display. [X]
At FreeBSD Ports
bricons-3.0.tgz - quick start-up utility for applications on an X11 display (At OpenBSD 2.7_packages i386)
bricons-3.0.tgz - quick start-up utility for applications on an X11 display (At OpenBSD 2.8_packages i386)
bricons-3.0.tgz - quick start-up utility for applications on an X11 display (At OpenBSD 2.7_packages sparc)
bricons-3.0.tgz - quick start-up utility for applications on an X11 display (At OpenBSD 2.8_packages sparc)
Do.C - Specify multiple command line commands {oss,msdos}
At snippets.org
tcsh.4.3 - Tcsh for 4.3 CSH {oss}
At comp.sources.unix at UUNET
tcsh-6.01tcsh - a csh replacement with lots of extra goodies (At comp.sources.unix at UUNET)
tcsh - New version of T-shell (At comp.sources.unix at UUNET)
sxt-sh-jobs - Diffs for SystemV /bin/sh job control with sxt's {oss}
At comp.sources.unix at UUNET
ile - an input line editor {oss}
At comp.sources.unix at UUNET
reactivekbd - Command-line editor with predictions {oss}
At comp.sources.unix at UUNET
rmgetopts - remove getopts(1) from shell scripts {oss}
At comp.sources.unix at UUNET
bourne - Bourne shell enhancements (history,tilde,job control) {oss}
At comp.sources.unix at UUNET
display - Execute command repeatedly, display output {oss}
At comp.sources.unix at UUNET
sets - Perform "set" operations on command line arguments {oss}
At comp.sources.unix at UUNET
sh.ulimit - Add ksh-style 'ulimit' to 4.2BSD /bin/sh {oss}
At comp.sources.unix at UUNET
tpipe - A "tee" with multiple outputs {oss}
At comp.sources.unix at UUNET
pucc-mk - Purdue shell turbo charger and manual installer {oss}
At comp.sources.unix at UUNET
cu-shell - A "shell" for CU, Kermit, etc. {oss}
At comp.sources.unix at UUNET
turbo_patch - Fix to turbo_tools, SHELL.PAS transmitted with error {oss}
At comp.sources.unix at UUNET
multitee2.0 - Send multiple inputs to multiple outputs {oss}
At comp.sources.unix at UUNET
getoptprog - Getopt program for scripts {oss}
At comp.sources.unix at UUNET
korner - Convert (some) csh scripts to ksh scripts {oss}
At comp.sources.unix at UUNET
startup - flexible UNIX shell session initialization, {oss}
At comp.sources.unix at UUNET
csh.patch - Two CSH patches {oss}
At comp.sources.unix at UUNET
mush6.3kit - Mush (mail user's shell) upgrade kit, version 6.3 {oss}
At comp.sources.unix at UUNET
simple_menu-3.1 - a simple shell-level menu system, V3.1, {oss}
At comp.sources.unix at UUNET
cu-shell.note - Ignore the copyright on the cu-shell posting {oss}
At comp.sources.unix at UUNET
veos-2.0 - The Virtual Environment Operating Shell, V2.0 {oss}
At comp.sources.unix at UUNET
ssh-1.7 - Steve's SHell (a small csh-like shell), V1.7 {oss}
At comp.sources.unix at UUNET
ptyshl - shell layers via pseudo-ttys {oss}
At comp.sources.unix at UUNET
cscript - Record interactive session (using pipes) {oss}
At comp.sources.unix at UUNET
xargs - Execute a command with many arguments {oss}
At comp.sources.unix at UUNET
shellforms - Forms interface for shell scripts {oss}
At comp.sources.unix at UUNET
forktest - Find security holes in shell-escapes {oss}
At comp.sources.unix at ISC
ftp://ftp.uu.net/usenet/comp.sources.unix/volume7/ (At comp.sources.unix at UUNET)
ulimit_sh - Add ksh-style 'ulimit' to 4.2BSD /bin/sh {oss}
At comp.sources.unix at ISC
atty - A command-line editor (for BSD) {oss}
At comp.sources.unix at ISC
ftp://ftp.uu.net/usenet/comp.sources.unix/volume19/ (At comp.sources.unix at UUNET)
idutil - command-line i'face to cuserid(3), getpwnam(3), &etc {oss}
At comp.sources.unix at ISC
ftp://ftp.uu.net/usenet/comp.sources.unix/volume26/ (At comp.sources.unix at UUNET)
lb - a load balancing interface to "rsh" {oss}
At comp.sources.unix
Simple load-balancing program (At comp.sources.unix)
a load balancing interface to "rsh", V2.01, (At comp.sources.unix at UUNET)
Simple load-balancing program (At comp.sources.unix at UUNET)
lome - Line oriented macro processor {oss}
At comp.sources.unix at ISC
ftp://ftp.uu.net/usenet/comp.sources.unix/volume23/ (At comp.sources.unix at UUNET)
TCSH - Enhanced version of the Berkeley C shell (csh). {GPL}
ja-tcsh-nls-multi-6.08.05 - Japanese NLS catalog for TCSH. ("Multi" taste) (At FreeBSD Ports)
ja-tcsh-6.08.05 - An extended C-shell with many useful features with multibyte support (At FreeBSD Ports)
ja-tcsh-nls-ruri2-6.08.05 - Japanese NLS catalog for TCSH. ("Hoshino Ruri" taste) (At FreeBSD Ports)
ja-tcsh-nls-ayanami-6.08.05 - Japanese NLS catalog for TCSH. ("Ayanami Rei" taste) (At FreeBSD Ports)
tcsh-6.11.00 - An extended C-shell with many useful features (At FreeBSD Ports)
ja-tcsh-nls-asuka-6.08.05 - Japanese NLS catalog for TCSH. ("Soryu Asuka Langley" taste) (At FreeBSD Ports)
ja-tcsh-nls-roomi-6.08.05 - Japanese NLS catalog for TCSH. ("Roomi" taste) (At FreeBSD Ports)
ja-tcsh-nls-koshiki-6.08.05 - Japanese NLS catalog for TCSH. ("Koshiki Yukari" taste) (At FreeBSD Ports)
ja-tcsh-nls-generic-6.08.05 - Japanese NLS catalog for TCSH. ("Generic Japanese" taste) (At FreeBSD Ports)
tcsh-6.09.00-static.tgz - extended C-shell with many useful features (At OpenBSD 2.7_packages i386)
tcsh-6.09.00.tgz - extended C-shell with many useful features (At OpenBSD 2.7_packages i386)
tcsh-6.09.03-static.tgz - extended C-shell with many useful features (At OpenBSD 2.8_packages i386)
tcsh-6.09.03p1-static.tgz - extended C-shell with many useful features (At OpenBSD 2.8_packages i386)
tcsh-6.09.03p1.tgz - extended C-shell with many useful features (At OpenBSD 2.8_packages i386)
tcsh-6.09.03.tgz - extended C-shell with many useful features (At OpenBSD 2.8_packages i386)
tcsh-6.09.00.tgz - extended C-shell with many useful features (At OpenBSD 2.7_packages m68k)
tcsh-6.09.00.tgz - extended C-shell with many useful features (At OpenBSD 2.7_packages sparc)
tcsh-6.09.00-static.tgz - extended C-shell with many useful features (At OpenBSD 2.7_packages sparc)
tcsh-6.09.03.tgz - extended C-shell with many useful features (At OpenBSD 2.8_packages powerpc)
tcsh-6.09.03-static.tgz - extended C-shell with many useful features (At OpenBSD 2.8_packages powerpc)
tcsh-6.09.03.tgz - extended C-shell with many useful features (At OpenBSD 2.8_packages m68k)
tcsh-6.09.03-static.tgz - extended C-shell with many useful features (At OpenBSD 2.8_packages sparc)
tcsh-6.09.03.tgz - extended C-shell with many useful features (At OpenBSD 2.8_packages sparc)
tcsh-6.10.00 - Extended C-shell with many useful features (At NetBSD packages collection)
(Info at freshmeat)
XAsk - small program to make popups in shell scripts {x,GPL}
(Info at freshmeat)
tkRunIt - A simple, but featureful run dialog box for executing commands without an xterm {x,GPL}
tkRunIt-0.94.1 - GUI app launcher with completion and history (At FreeBSD Ports)
(Info at freshmeat)
clig - command line interpreter generator {GPL}
clig-1.1.3 - Auto-generate an (argc, argv) processor, usage message, and manpage (At FreeBSD Ports)
(Info at freshmeat)
Xrun - A Gtk+ based program to run commands with a history. {x,GPL}
(Info at freshmeat)
Zsh - Powerful UNIX shell {BSL}
(Info at freshmeat)
zsh - zsh is a shell probably most similar to ksh, but with countless enhancements and differences. (At Sourceforge)
FileRunner - simple and efficient filemanager {x,free to use but restricted}
filerunner-2.5 - Filemanager with FTP capabilities. Uses Tcl/Tk. (At FreeBSD Ports)
filerunner-2.4.2 - Filemanager with FTP capabilities. Uses Tcl/Tk (At NetBSD packages collection)
(Info at freshmeat)
X-Files {x,Shareware}
x-files-2.00b1 - A nice Tk-based filemanager (At FreeBSD Ports)
(Info at freshmeat)
Directory Stack - Directory Stack is a very CSH-like pushd/popd for both Korn and Bourne shells
Setlevel.C - Query user from file, return answer in ERRORLEVEL (MSDOS) {oss}
At snippets.org
Envy - Shell-independent environment variable management {Artistic}
FlexButtonZ - Make desktop buttons in X from shellscripts. [X] {GPL}
miniBar - Small, Fast, Single click program launcher. [X] {GPL}
dialog-0.6z.tgz - format the display of a shell script
At OpenBSD 2.7_packages i386
dialog-0.6z.tgz - format the display of a shell script
At OpenBSD 2.8_packages i386
http://www.openbsd.org/2.7_packages/i386/dialog-0.6z.tgz-long.html (At OpenBSD 2.7_packages i386)
http://www.openbsd.org/2.7_packages/sparc/dialog-0.6z.tgz-long.html (At OpenBSD 2.7_packages sparc)
http://www.openbsd.org/2.8_packages/m68k/dialog-0.6z.tgz-long.html (At OpenBSD 2.8_packages m68k)
http://www.openbsd.org/2.8_packages/sparc/dialog-0.6z.tgz-long.html (At OpenBSD 2.8_packages sparc)
dialog-0.6z - Display dialog boxes from shell scripts (At NetBSD packages collection)
NetPipes - The netpipes package makes TCP/IP streams usable in shell scripts. {oss}
At comp.sources.unix at ISC
netpipes-2.1netpipes - the power of shell pipes over TCP streams, (At comp.sources.unix at UUNET)
netpipes - netpipes -- BSD network pipe tools (At comp.sources.unix at UUNET)
vfsh - Virtual Fluxating SHell - a randomizing shell to other shells
(Info at freshmeat)
gtk-shell - GTK interface for the shell {GPL}
Applications and Utilities
Others not displayed here
Full List
getusershell setusershell endusershell (3) - get legal user shells {oss}
libtecla-1.4.0 - Interactive command line editing facilities
At FreeBSD Ports
p5-String-ShellQuote-1.00 - Perl module for quote strings for passing through the shell
At FreeBSD Ports
Shell - Make some shell commands directly available to your Perl program. The Shell module is bundled with Perl. [Perl] {oss}
At CPAN
String::ShellQuote - Quotes strings for safe passage through shells. [Perl] {oss}
At CPAN
Libraries and Functions
Others not displayed here
Full List
Related Subjects (default selections) |
(The following links to subjects at this site retain your personalized selections.)
PERL - related
Communication Scripting
See also: Process Creation and Control - (starting and controlling child and peer processes)
Up to Specific Programming Languages
Up to Activity specific - Gateway topic to software used in specific activities. (application software, business, professional, science, education, etc.)
(There may be additional related subject pages listed
here)
Shells - - Various shells (tcsh, bash, etc).
Yahoo! Computers and Internet:Software:Programming Tools:Scripting
(Metalab at UNC) /pub/linux/utils/shell/ - things you need for doing serious shell programming
(Metalab at UNC) /pub/linux/system/shells/ - command interpreters for Linux
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > Activity specific > Software Development > Languages > Shells, Scripts >
RocketAware.com is a service of Mib Software
Copyright 2002, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments