gow
gow copied to clipboard
-exec rm not working in gfind
I can't get command "gfind some_path -mtime +some_days -exec rm {} ;" to work on Win XP. Result is always: gfind: missing argument to '-exec' Command "gfind some_path -mtime + some_days" prints files found perfectly.
I tried gfind ... -exec cp -p {} ... ;
and it worked fine. May be they fixed the issue now.
same than @Faflu
gfind p:/ -name *.nupkg -exec ls {};
always returns gfind: missing argument to
-exec'`
I'm running a Win7 x64