| www.delorie.com/djgpp/bugs/show.cgi | search |
DJGPP V2.0 find.exe are using UNIX-style path.
see later:
find . -name '*.exe' -print
./bin/alta.exe
./bin/momonga.exe
./arr/nuts/bin/saru.exe
.....
So I trying -exec option , cannot eat this path-list.
find . -name '*.bak' -exec rm /f '{}' ';'
./honya/rara.bak not found
.....
(rm.exe are microsoft c v6.0 packaging software, like same as unix rm command)
from Momonga/Intergraph MDL programmer(;_;)This (and several other) bugs in the DJGPP port of find as distributed with v2.0, are corrected in my port that I've uploaded a few months ago DJ Delorie's server.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2010 by DJ Delorie | Updated Jul 2010 |