↧
Answer by user1208273 for Bash - Removing Linefeed character from a script
So after all that, turns out the real issue was I had just forgotten to append the folder to the file name so the reason zbarimg couldn't open the file had nothing to do with line feeds like I thought...
View ArticleAnswer by David C. Rankin for Bash - Removing Linefeed character from a script
You question is a bit unclear, but in your script below, there is no newline ('\n') at the end of either ifile or ifile2. While it is somewhat difficult to determine exactly what newline you are...
View ArticleBash - Removing Linefeed character from a script
I have a script that I've largely finished except for one issue I just can't seem to crack removing a linefeed character before it gets passed to zbarimg. I've tried various things looked around online...
View Article