erlug
[Top] [All Lists]

Re: [Erlug] Nomi lunghi

To: erlug@xxxxxxxxxxxxxx
Subject: Re: [Erlug] Nomi lunghi
From: Zen <zen@xxxxxxxxx>
Date: Tue, 14 May 2002 15:57:53 +0200
On Tue, May 14, 2002 at 03:13:46PM +0200, Massimiliano.Campana@xxxxxxxxxxxxx 
wrote:
> Perchè devo sempre impazzire con nomi di file lunghi ?

        No "lunghi", ma "con lo spazio".

> for name in 'find . -name *.bmp'

        tu vuoi dire
        `find . -name \*.bmp`

        *hint* -> $IFS

        Esegui questo:
        MIO=$IFS;IFS='';
        for file in `find . -name \*.a`; do echo $file; done
        IFS=$MIO

        Ah, prova a dire al tuo "mailer" (ahahahah, Notes)
        che non e' bello mandare testo encodato base64.

ciao!
-- 
'Why do you close your eyes?' 'So that the room will be empty.'
zen@xxxxxxxxx . Geek . And proud of it .
http://www.kill-9.it/jargon/html/entry/zen.html


<Prev in Thread] Current Thread [Next in Thread>