linux-console.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* feeding a script from standard input
@ 2004-01-27  6:04 Jeffrey Holle
  2004-01-28 14:05 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 5+ messages in thread
From: Jeffrey Holle @ 2004-01-27  6:04 UTC (permalink / raw)
  To: linux-console

I have a script, call it genpyste that looks like this:

	#!/bin/sh
	pyste --out=. --multiple --module=mymodule Parameter.pyste

The problem with it is that this is just a start of it.
When I'm done, there will need to be about 30 parameters like 
Parameter.pyste.

I'm wondering if I can do something like this from the command line:

	ls *.pyste | ./genpyste

What, if anything, can be done to the genpyste script to work like this?



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

end of thread, other threads:[~2004-01-30 15:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-27  6:04 feeding a script from standard input Jeffrey Holle
2004-01-28 14:05 ` Jan-Benedict Glaw
2004-01-28 20:34   ` Jeffrey Holle
2004-01-29  7:30     ` Mike Castle
2004-01-30 15:30       ` Jan-Benedict Glaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).