Kyle Burton on Wed, 7 Jul 1999 09:37:05 -0400 (EDT) |
Does anyone sitll have the solution that used sed from yesterday? I decided to write this up as another tutorial on bgw.org, and wanted to include that solution. thanks, k ------------------------------------------------------------------------------ You should never wear your best trousers when you go out to fight for freedom and liberty. -- Henrik Ibsen mortis@voicenet.com http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ On Wed, 7 Jul 1999, Alexander John Batyi wrote: > > > > how can one change the extention on a group of files? I've got a bunch of > > .txt files, and I want to drop the extention... like make text.txt just > > text... for a group... how could I do it all in one command? > > > > for i in *.txt > do > mv $i `basename $i .txt` > done > > > _______________________________________________ > Plug maillist - Plug@lists.nothinbut.net > http://lists.nothinbut.net/mail/listinfo/plug > _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|