help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Loops and scripting in eshell


From: Reiner Steib
Subject: Re: Loops and scripting in eshell
Date: Mon, 20 Oct 2003 21:48:01 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

On Sun, Oct 19 2003, Oliver Scholz wrote:

> for i in `ls` do ...

Useless use of ls. ;-)  for i in *; do something; done

> 2. Where can I get (comprehensive) documentation for the sh (bourne?)
>    command syntax?

man sh ash bash ksh sh-posix  ;-)
(Or maybe I don't understand the question?)

- Online man pages:
  http://netbsd.gw.com/cgi-bin/man-cgi?sh++NetBSD-current
  http://www.openbsd.org/cgi-bin/man.cgi?query=sh

- "Shell Command Language Index"
  http://www.opengroup.org/onlinepubs/7908799/xcu/shellix.html
- "For Loop" therein:
  http://www.opengroup.org/onlinepubs/7908799/xcu/chap2.html#tag_001_009_004_002

- http://www.unix-systems.org/whitepapers/shdiffs.html

- "The Traditional Bourne Shell Family"
  http://www.in-ulm.de/~mascheck/bourne/
- "Various system shells"
  http://www.in-ulm.de/~mascheck/various/shells/

HTH.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]