Date: Sat, 22 Nov 2003 21:02:41 +0800 From: Zhang Weiwu <weiwuzhang@hotmail.com> To: freebsd-questions@freebsd.org Subject: newbie: to pipe the result of a program as commandline parameter for another. Message-ID: <3FBF5E71.8050809@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hello. I just checkouted a big program. What I want to do is to remove all CVS/ folders from the hierarchy. There might be other ways to do so (give me a hint?). What I can think of is to run find(1) to find out all CVS folders, and pass them as parameters of rm(1), but I don't know how to do so.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FBF5E71.8050809>