gnu-arch-users
[Top][All Lists]
Advanced

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

[Gnu-arch-users] Pipes?


From: Pierce T . Wetter III
Subject: [Gnu-arch-users] Pipes?
Date: Wed, 17 Mar 2004 08:18:07 -0700

 Call me crazy, but I think that:

 tla tree-lint -m | tla delete

 Should work.

In other words, tla should be able to read in a list of file names from stdin. For one thing, changing the idiom from backticks to pipes would help the escaping stuff a lot, since files would be delimited by returns instead.

 Or at least:

 tla tree-lint -m | tla delete -pipe

should work. That is, if a command sees -pipe, it knows to read more arguments from stdin.

 Any objections?

 Pierce





reply via email to

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