Scenario : A folder in Linux system. I want to loop through ... bash: for f in *.xls ; do xls2csv "$f" ... find .
stackoverflow.com