Migrate2linux Digest, Vol 29, Issue 19

Manolis trelakis at gmail.com
Mon Nov 28 17:41:58 EET 2005


Δυστυχώς, στο κοινό αυτό βρίσκομαι κι εγώ... :-( . Ευχαριστώ πάντως.

On 11/27/05, migrate2linux-request at lists.hellug.gr <
migrate2linux-request at lists.hellug.gr> wrote:
>
> Send Migrate2linux mailing list submissions to
>         migrate2linux at lists.hellug.gr
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.hellug.gr/mailman/listinfo/migrate2linux
> or, via email, send a message with subject or body 'help' to
>         migrate2linux-request at lists.hellug.gr
>
> You can reach the person managing the list at
>         migrate2linux-owner at lists.hellug.gr
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Migrate2linux digest..."
>
>
> Today's Topics:
>
>    1. Re: Lame on multiple mp3 files 2 (Αλέξανδρος Διαμαντίδης)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 26 Nov 2005 13:04:47 +0200
> From: Αλέξανδρος Διαμαντίδης <adia at hellug.gr>
> Subject: Re: Lame on multiple mp3 files 2
> To: migrate2linux at lists.hellug.gr
> Message-ID: <20051126110447.GC6387 at hellug.gr>
> Content-Type: text/plain; charset=iso-8859-7
>
> * Giorgos Keramidas [2005-11-25 03:14]:
> > γραμμή και δεν έχεις πρόβλημα με τα κενά (εκτός κι αν ανακαλύψεις,
> > αμέσως μετά, ότι τα filenames έχουν ΚΑΙ <RETURN> χαρακτήρες, οπότε θα σε
> > βασανίσουμε με μαστίγια, καυτά σίδερα κι άλλα τετοια Μεσαιωνικά μέχρι να
>
> Μπορείς επίσης να χρησιμοποιήσεις Perl - αν και για μερικούς αυτό μπορεί
> να είναι παρόμοιο με μεσαιωνικά βασανιστήρια ;-)
>
> --------------------------------------------------------------------------
> #!/usr/bin/perl -w
>
> use File::Find;
>
> File::Find::find({wanted => \&wanted}, '/some/directory');
>
> # Εδώ γίνεται η δουλειά που θέλουμε - το τρέχον αρχείο είναι
> # στη μεταβλητή $_
> sub wanted {
>         return if -d $_;                # skip directories
>         print "$_\n";                   # print current file name
>         system('cp', $_, "$_.bak");     # make a backup
>         system('encode', "-o$_", $_);   # κλπ...
> }
> --------------------------------------------------------------------------
>
> --
> Αλέξανδρος Διαμαντίδης * adia at hellug.gr
>
>
>
> ------------------------------
>
> _______________________________________________
> Migrate2linux mailing list
> Migrate2linux at lists.hellug.gr
> http://lists.hellug.gr/mailman/listinfo/migrate2linux
>
>
> End of Migrate2linux Digest, Vol 29, Issue 19
> *********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hellug.gr/pipermail/migrate2linux/attachments/20051128/e8f456f3/attachment.htm>


More information about the Migrate2linux mailing list