Jun 23, 2004 #1 womp Technical User Apr 6, 2001 105 US I keep getting the following when I do a find on any file on my system: find: . changed during execution of find I do not know what to do to fix this has any one else had the same problem?? I am running suse 9.1 professional on a i586 system
I keep getting the following when I do a find on any file on my system: find: . changed during execution of find I do not know what to do to fix this has any one else had the same problem?? I am running suse 9.1 professional on a i586 system
Jun 24, 2004 #2 stefanwagner Programmer Oct 19, 2003 2,373 DE Probably there are temporary files and directories which vanish while searching. You could exclude '/tmp' and '/proc' and '/sys' ... from the search. Does it cause trouble, or only unfine output? In the second case you could put the errorstream to /dev/null: find ... 2>/dev/null seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung Upvote 0 Downvote
Probably there are temporary files and directories which vanish while searching. You could exclude '/tmp' and '/proc' and '/sys' ... from the search. Does it cause trouble, or only unfine output? In the second case you could put the errorstream to /dev/null: find ... 2>/dev/null seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung