If you want to read each line of a file by omitting backslash escape then you have to use '-r' option with read command in while loop. #!/bin/bash while read -r ...
確定! 回上一頁