Hi Thank you
When run this command in FreeBSD I get the following error xargs: unterminated quote On Sun, Feb 19, 2012 at 9:44 PM, 0 <[email protected]> wrote: > > > > > find / -mtime 1 > > > > how can i send this output to a directory for take backup. > > > > tar it and untar it later, something like, > > $ find / -mtime 1 | xargs tar -czvf backup.tgz > $ tar -xzvf backup.tgz -C <outdir> > > -- > 0 > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
