Thu 05/29/2014 1:53:34.03|d:\www\jimm|>find . -name "*.htm*" -exec grep math.eval {} ; -print find: paths must precede expression Usage: find [-H] [-L] [-P] [path...] [expression]
Fri 05/30/2014 0:26:48.11|d:\www\jimm|>find -name "*.htm*" -exec grep math.eval {} ; -print find: paths must precede expression Usage: find [-H] [-L] [-P] [path...] [expression] Fri 05/30/2014 0:26:55.20|d:\www\jimm|>find . -name "*.html" -exec grep math.eval {} ; -print find: paths must precede expression Usage: find [-H] [-L] [-P] [path...] [expression] Fri 05/30/2014 0:27:07.81|d:\www\jimm|>find . -name "*.htm*" -exec grep "math\.eval" {} ; -print find: paths must precede expression Usage: find [-H] [-L] [-P] [path...] [expression] Fri 05/30/2014 0:27:32.15|d:\www\jimm|>find d:\www\jimm -name "*.htm*" -exec grep "math\.eval" {} ; -print find: paths must precede expression Usage: find [-H] [-L] [-P] [path...] [expression] Fri 05/30/2014 0:27:55.40|d:\www\jimm|>find *.htm* -exec grep "math\.eval" {} ; -print Fri 05/30/2014 0:33:10.29|d:\www\jimm|> this is used in gnuwin32 (GNU utils for windows). it is broken, please fix. thanks. also, it is very very slow on windows (cygwin). ------------- Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (my personal site, has software) --- IEC Units: Computer RAM & SSD measurements, microsoft disk size measurements (note: they will say GB or MB or KB or TB when it is IEC Units!): [KiB] [MiB] [GiB] [TiB] [2^10B=1,024^1B=1KiB] [2^20B=1,024^2B=1,048,576B=1MiB] [2^30B=1,024^3B=1,073,741,824B=1GiB] [2^40B=1,024^4B=1,099,511,627,776B=1TiB] [2^50B=1,024^5B=1,125,899,906,842,624B=1PiB] SI Units: Hard disk industry disk size measurements: [kB] [MB] [GB] [TB] [10^3B=1,000B=1kB] [10^6B=1,000,000B=1MB] [10^9B=1,000,000,000B=1GB] [10^12B=1,000,000,000,000B=1TB] [10^15B=1,000,000,000,000,000B=1PB]