I've got an empty directory. The command:
for i in *.xls; do echo $i; done
return
*.xls
Could you explain why? And how to correct this please?
Thanks
I've got an empty directory. The command:
for i in *.xls; do echo $i; done
return
*.xls
Could you explain why? And how to correct this please?
Thanks