8\u3001\u4ece\u6587\u672c\u4e2d\u8bfb\u53d6<\/strong><\/div>\n\r\n 1 #!\/bin\/bash\r\n 2 # reading data from a file\r\n 3 \r\n 4 count=1\r\n 5 cat test | while read line\r\n 6 do\r\n 7 echo \"Line $count: $line\"\r\n 8 count=$[ $count + 1 ]\r\n 9 done\r\n 10 echo \"Finished processing the file\"\r\n\u6267\u884c\uff1a\r\n\r\n .\/read6.sh\r\nLine 1: The quick brown dog jumps over the lazy fox.\r\nLine 2: This is a test, this is only a test.\r\nLine 3: O Romeo, Romeo! Wherefore art thou Romeo?\r\nFinished processing the file\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"1 #!\/bin\/bash 2 #testing the read command 3 4 echo -n ” […]<\/p>\n","protected":false},"author":63,"featured_media":134468,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[55],"tags":[],"class_list":["post-134467","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thread"],"acf":[],"_links":{"self":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/134467","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/users\/63"}],"replies":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/comments?post=134467"}],"version-history":[{"count":2,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/134467\/revisions"}],"predecessor-version":[{"id":134771,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/134467\/revisions\/134771"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media\/134468"}],"wp:attachment":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media?parent=134467"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/categories?post=134467"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/tags?post=134467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}