Tue, 04 Oct 2005

remove file extensions on multiple files

    // cd into the target directory

    for foo in *.dist; do cp $foo `basename $foo .dist`; done

    // where the file ext .dist is removed

Posted at: 00:00 | category: /commands | Comments ()