Il Wed, 18 Apr 2012 09:44:58 +0200 ".Valeriano@Store" <[email protected]> ha scritto:
> esiste un sistema per ricercare cartelle duplicate, stesso > nome/stesso contenuto oppure nome diverso/stesso contenuto? > grazie anticipatamente. > .Nick > > Se conosci a priori il nome della dir o del file: find . -iname <nomefile> o anche se hai updatedb aggiornato: locate <nomefile> Altrimenti credo si debba scrivere uno script. -- Per REVOCARE l'iscrizione alla lista, inviare un email a [email protected] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [email protected] To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

