R Linux Shell convert multi-sheet xls to csv in batch
问题 In R i have a script gets content of multiple xls files <Loop over directory to get Excel content>. All files are about 2 MB. The script takes a few seconds for 3 files, but is now running for 6 hours on a Debian i7 system without results on 120 files. A better solution is therefore [hopefully] to convert all xls files to csv using ssconvert, using a bash script <Linux Shell Script For Each File in a Directory Grab the filename and execute a program>: for f in *.xls ; do xls2csv "$f" "${f%