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

Re: e' possibile farlo in bash???



On Wed, 21 Jul 2004 (13:24), Valerio Felici wrote:
> Alle 13:13, mercoledì 21 luglio 2004, Daniele Cortesi ha scritto:
> > read -d \000 titolo tipo data < ./testo.txt ; echo "$data.$tipo.$titolo.txt"
> c'è qualcosa che non va.
Ovviamente hai ragione... Ecco la versione corretta:
read -d $\000 titolo tipo data < ./testo.txt ; echo "$data.$tipo.$titolo.txt"

Ciao,
Daniele                 JID: dan@jabber.linux.it (http://www.jabber.org)
-- 
and remember: respect is everything . . . . . . . . . . . free your mind

Attachment: signature.asc
Description: Digital signature


Reply to: