linux - Bash script to read a file - Stack Overflow

linux - Bash script to read a file - Stack Overflow

瀏覽:598
日期:2025-05-01
Not sure why the last line does not cut the " from the script: #!/bin/bash FILENAME =$1 while read line do cut -d '"' -f2 echo $line done ......看更多