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

Re: [ProgSoc] bash scripts



John Elliot wrote:
> victor rajewski wrote:
>> tee
> 
> Thanks. Want to give me a clue how to use it..?

echo sod | tee blarg writes "sod" both to stdout and the file "blarg".
It's a bit awkward to use from a script but I think that's basically
what you want.

- Nicholas


-
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@xxxxxxxxxxxxxxxxxxx
If you are having trouble, ask owner-progsoc@xxxxxxxxxxxxxxxxxx for help.