Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!bcm!dimacs.rutgers.edu!seismo!uunet!samsung!sdd.hp.com!wuarchive!rex!ames!vsi1!daver!ditka!rayssd!galaxia!dave From: dave@galaxia.Newport.RI.US (David H. Brierley) Newsgroups: comp.sys.3b1 Subject: Re: Problem with find(1) Message-ID: <1200@galaxia.Newport.RI.US> Date: 6 Feb 91 02:29:50 GMT References: <286@ramecs.UUCP> Organization: Dave's Very Own Personal System Lines: 15 In article <286@ramecs.UUCP> car@ramecs.UUCP (Chris Rende) writes: >However, the "find . -size +3500c" doesn't work on my 3b1. :-( >NO files are EVER found - whether larger or smaller than 3500 characters. My copy of the manual specifically states that the argument to the -size option is a number of blocks, where a block is defined as 512 bytes. I suspect that being able to attach the letter c to the end of the number is either a BSD feature or a SunOS feature. To accomplish the intended task I would recommend using "-size +7" which is a little bit larger than 3500 bytes or "-size +6" which is a little bit smaller. -- David H. Brierley Home: dave@galaxia.newport.ri.us; Work: dhb@quahog.ssd.ray.com Send comp.sources.3b1 submissions to comp-sources-3b1@galaxia.newport.ri.us %% Can I be excused, my brain is full. **