while read Line do //some sample conditions a=$Line if [

while read Line do //some sample conditions a=$Line if [ "a" == "b" - Pastebin.com

瀏覽:1484
日期:2025-10-03
while read Line do //some sample conditions a=$Line if [ "a" == "b" ] //i want to go to the next line from this point. done < **inputfile** while read Line do # some sample conditions a=$Line if [ "$a" == "$b" ] # I assume this is not # i want to go to th...看更多