Portál AbcLinuxu, 4. listopadu 2025 08:37
find /cesta -t -type f -name '*.pdb.txt' -exec rename .pdb.txt .txt '{}' ';'
Pokud nazvy souboru a adresaru neobsahuji specialni znaky, melo by to stacit.
            find . -name *.pdb.txt -print0 | xargs -0 rename ".pdb" ""
P.S. Nezkoušel jsem to...
            
        Tiskni
            
                Sdílej:
                
                
                
                
                
                
            
    
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.