in reply to Re^2: loop in C prompt window
in thread loop in C prompt window

this seems to be a fairly good place to start

Note that it describes the bourne shell, one of the most popular shells on UNIX - AFAIK any UNIX system should have a bourne shell installed, since it's mandated by the UNIX specification. The link also describes some of the differences between the bourne shell and the C shell.

Update: please, if you MUST use <pre> tags, make sure you close them, since if you don't it messes up the formatting of the site.

See also writeup formatting tips

Replies are listed 'Best First'.
Re^4: loop in C prompt window
by blazar (Canon) on Aug 28, 2007 at 09:09 UTC
    Note that it describes the bourne shell, one of the most popular shells on UNIX - AFAIK any UNIX system should have a bourne shell installed, since it's mandated by the UNIX specification. The link also describes some of the differences between the bourne shell and the C shell.

    I'm under the impression that the OP doesn't mean csh, but the command prompt on a Windows system, with the "C" being the default "C:\" prompt it shows when you fire it up.

A reply falls below the community's threshold of quality. You may see it by logging in.