bash - Shell script read a file line by line - Stack Overflow

bash - Shell script read a file line by line - Stack Overflow

瀏覽:760
日期:2026-04-23
When defining a shell variable you must omit the $. So VAR="bla" is right, $VAR= "bla" is wrong. The $ is only necessary for using the variable, as in ......看更多