barbara@lemmy.ml to Linux@lemmy.ml · 6 months agowhy does noone inprove bash such that you can write a normal foor loop with whitespace in file names?message-squaremessage-square41fedilinkarrow-up130arrow-down117file-text
arrow-up113arrow-down1message-squarewhy does noone inprove bash such that you can write a normal foor loop with whitespace in file names?barbara@lemmy.ml to Linux@lemmy.ml · 6 months agomessage-square41fedilinkfile-text
minus-squarehapidjus@mastodon.sociallinkfedilinkarrow-up1·6 months ago@kbal Don’t you mean IFS=$'\\n' ?
minus-squarekbal@fedia.iolinkfedilinkarrow-up1·edit-26 months agoSure, or IFS=`echo “\n”` if you like
@kbal Don’t you mean
IFS=$'\\n'
?Sure, or IFS=`echo “\n”` if you like