@[email protected] to [email protected] • 7 months agowhy does noone inprove bash such that you can write a normal foor loop with whitespace in file names?message-square40fedilinkarrow-up129arrow-down118file-text
arrow-up111arrow-down1message-squarewhy does noone inprove bash such that you can write a normal foor loop with whitespace in file names?@[email protected] to [email protected] • 7 months agomessage-square40fedilinkfile-text
minus-square@[email protected]linkfedilink32•7 months agoYou can already write a for loop that handles whitespace in file names, just use quotes around the file name variable: https://www.howtogeek.com/850124/spaces-in-filenames-on-linux/#how-to-use-filenames-with-spaces-in-bash-scripts
You can already write a for loop that handles whitespace in file names, just use quotes around the file name variable:
https://www.howtogeek.com/850124/spaces-in-filenames-on-linux/#how-to-use-filenames-with-spaces-in-bash-scripts