Path: utzoo!attcan!uunet!lll-winken!cert!netnews.upenn.edu!vax1.cc.lehigh.edu!lehi3b15!lafcol!doughert From: doughert@lafcol.UUCP (Andy Dougherty) Newsgroups: comp.unix.shell Subject: Re: Why use find? (Was: Can U pipe filenames to rm???) Message-ID: <2518@lafcol.UUCP> Date: 10 Oct 90 16:08:21 GMT References: <1990Oct5.145825.9454@diku.dk> <1990Oct06.011438.8265@virtech.uucp> <1990Oct7.001518.14216@diku.dk> Reply-To: doughera@lafayett.bitnet (Andy Dougherty) Organization: Lafayette College, Easton PA Lines: 6 > find with -exec vs. find -print | xargs One problem with xargs is that even if it is present on a particular system, it might not work. I used one system (SysVR2) where xargs occassionally dropped the last argument. I never had the time to get it all sorted out, but I never used xargs for anything critical. --Andy Dougherty