Hacker News new | ask | show | jobs
by greyfade 3587 days ago
A better way to do that find command is:

    find -name '*.xls' -print0 | xargs -0 xls2csv