hi.
moved to pd-ot
Alexandre Quessy wrote:
> Hi Marc and others,
>
> Do you know a way to convert a file in ASCII codes like in your external,
> but in BASH ? I am preparing a nice game for hackers....
>
like: "ascii -s ${TEXT} | awk '{print $2}'"
(you can use "cut" instead of awk if you prefer to)
the only problem with this is, that "ascii" (as found in the
debian-package "ascii") usually does not read stdin.
mfg.asdr
IOhannes