[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

piping find to zip -- with spaces in path



I tried this and it successfully creates myfile.zip:

find ./ -iname "*.jpg" -print | zip myfile -@

But it fails if there are spaces in the path or filename.  How can I
make it work with spaces?

Thanks

-Rob


Reply to: