Date: Thu, 21 Aug 2008 14:16:44 +0200 From: "Marcel Grandemange" <thavinci@thavinci.za.net> To: <freebsd-questions@freebsd.org> Subject: xargs Message-ID: <014d01c90387$c6ed2b70$54c78250$@za.net>
next in thread | raw e-mail | index | archive | help
Thank You For Help In The Past but give run into a new issue. I need to copy an entire BSD installation except the /mnt directory to /mnt/pc Now ive looked everywhere on net for examples, yet all don't work. What I did try do was following.. Cd / Ls | grep -v proc | xargs cp -Rpv /mnt/pc But ofcourse this doesn't work, what would be correct way to do this? Thank You!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?014d01c90387$c6ed2b70$54c78250$>