bash: read stdin line by line with custom line delimiter
經安全檢測,此網站為安全網站,請放心前往原始網址!
bash: read stdin line by line with custom line delimiter
2012年10月23日 - I have a bash script that reads lines from stdin. while read var do echo $var done. Now, I have to modify this so I could accept input with line ...