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

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

[Gnu-arch-users] Re: tla one liners


From: Miles Bader
Subject: [Gnu-arch-users] Re: tla one liners
Date: Mon, 06 Sep 2004 18:21:59 +0900

Zenaan Harkness <address@hidden> writes:
> Also, I just discovered, you can't properly combine more than one
> command into an alias, since the output of the first command(s)
> will not be included in the pipe to less (very common obviously,
> eg. for tla changes --diffs).
>
> So, I've put tlacheck back into a script:

What about using "{" and "}", like:

   $ alias foo='{ echo a; echo b; }'
   $ foo | cat -n
        1  a
        2  b

-Miles
-- 
`Suppose Korea goes to the World Cup final against Japan and wins,' Moon said.
`All the past could be forgiven.'   [NYT]




reply via email to

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