[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Stacking arguments in a Unix executable!
> Hi Jerry,
>
> I don't know if this is the 'official' way to do it,
> but you can do it this way:
>
> $ echo "25" | <shell-script>
Hmmm, I'm not sure that's what Jerry wanted.
$ echo "25"
25
$ echo "25" | echo
$ echo < echo "25"
25
$ echo "25" > echo
$
Ariel
---
Send your message for blinux-list to blinux-list@redhat.com
Blinux software archive at ftp://leb.net/pub/blinux
Blinux web page at http://leb.net/blinux
To unsubscribe send mail to blinux-list-request@redhat.com
with subject line: unsubscribe