all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* EShell questions
@ 2002-04-25 16:18 Molitor, Stephen
  2002-04-26 15:53 ` G Anna
  0 siblings, 1 reply; 3+ messages in thread
From: Molitor, Stephen @ 2002-04-25 16:18 UTC (permalink / raw)


1.  What's the closest thing to the Unix 'find' utility in EShell?  I'm
looking for something that will find a bunch of files, and then run a
command on them, like 'find . -name '*~' -exec rm -f {} \;'. 

2.  Is there an equivalent to xargs?

3.  How to I get help on eshell commands?  'cp --help', 'cp -h', etc. didn't
seem to work.

4.  Eshell is great, and I found the home page.  How do I get more
information on it?  Is there a mailing list?

Thanks

Steve Molitor
smolitor@erac.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: EShell questions
  2002-04-25 16:18 Molitor, Stephen
@ 2002-04-26 15:53 ` G Anna
  0 siblings, 0 replies; 3+ messages in thread
From: G Anna @ 2002-04-26 15:53 UTC (permalink / raw)
  Cc: help-gnu-emacs


> Date: Thu, 25 Apr 2002 11:18:39 -0500
> From: "Molitor, Stephen" <SMolitor@erac.com>
> Subj: EShell questions
> 
> 1.  What's the closest thing to the Unix 'find' utility in EShell?
> I'm looking for something that will find a bunch of files, and then
> run a command on them, like 'find . -name '*~' -exec rm -f {} \;'.

I believe that "find" is a separate program that should exist in your
PATH for the shell to execute. What OS are you using?  You might
probably get a port of "find" for your particular OS.

> 2.  Is there an equivalent to xargs?

Same here.  They are separate programs.  And you have to make them
available.

> 3.  How to I get help on eshell commands?  'cp --help', 'cp -h',
> etc. didn't seem to work.

If you have the 'cp' program, then these would work.

> 4.  Eshell is great, and I found the home page.  How do I get more
> information on it?  Is there a mailing list?

From Eshell documentation,

(quote)

As mentioned above, Eshell comes preinstalled as of Emacs 21.  If
you're using Emacs 20.4 or later, or XEmacs 21, you can download the
most recent version of Eshell from

http://www.gci-net.com/users/j/johnw/Emacs/eshell.tar.gz

(end-quote)

But nothing is mentioned about any mailing lists.

Cheers,
anna

-- 

Get your free e-mail account at http://www.linuxmail.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: EShell questions
@ 2002-04-26 19:49 Molitor, Stephen
  0 siblings, 0 replies; 3+ messages in thread
From: Molitor, Stephen @ 2002-04-26 19:49 UTC (permalink / raw)


Sorry, I guess I didn't make myself clear; I dashed my post off in a hurry.

My understanding was the one of the advantages of Eshell was that was
cross-platform, and would work the same on any OS, if you restricted
yourself just to stuff implemented in Eshell.  So I was hoping to do things
like 'find', and 'xargs', without relying on OS specific stuff (or Cygwin.)
If the eshell built-in commands had help (--help), that would be nice.  If
they don't that's fine too.

However, I've already answered some of my questions.  For example, I can
replace this:

find . -name '*~' -exec rm -f {} \;

With this:

rm -f **/*~

Very cool!  I guess that's a zsh style thing, but very powerful.

Is this the best mailing list to talk about Eshell?

Steve Molitor
smolitor@erac.com


-----Original Message-----
From: G Anna [mailto:drguruolai@eth.net]
Sent: Friday, April 26, 2002 10:54 AM
To: Molitor, Stephen
Cc: help-gnu-emacs@gnu.org
Subject: Re: EShell questions



> Date: Thu, 25 Apr 2002 11:18:39 -0500
> From: "Molitor, Stephen" <SMolitor@erac.com>
> Subj: EShell questions
> 
> 1.  What's the closest thing to the Unix 'find' utility in EShell?
> I'm looking for something that will find a bunch of files, and then
> run a command on them, like 'find . -name '*~' -exec rm -f {} \;'.

I believe that "find" is a separate program that should exist in your
PATH for the shell to execute. What OS are you using?  You might
probably get a port of "find" for your particular OS.

> 2.  Is there an equivalent to xargs?

Same here.  They are separate programs.  And you have to make them
available.

> 3.  How to I get help on eshell commands?  'cp --help', 'cp -h',
> etc. didn't seem to work.

If you have the 'cp' program, then these would work.

> 4.  Eshell is great, and I found the home page.  How do I get more
> information on it?  Is there a mailing list?

From Eshell documentation,

(quote)

As mentioned above, Eshell comes preinstalled as of Emacs 21.  If
you're using Emacs 20.4 or later, or XEmacs 21, you can download the
most recent version of Eshell from

http://www.gci-net.com/users/j/johnw/Emacs/eshell.tar.gz

(end-quote)

But nothing is mentioned about any mailing lists.

Cheers,
anna

-- 

Get your free e-mail account at http://www.linuxmail.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-26 19:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-26 19:49 EShell questions Molitor, Stephen
  -- strict thread matches above, loose matches on Subject: below --
2002-04-25 16:18 Molitor, Stephen
2002-04-26 15:53 ` G Anna

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.