bash script for loop的相關文章
bash script for loop的相關公司資訊
bash script for loop的相關商品

BASH: Read entire file line in for loop - LinuxQuestions.org
瀏覽:1307
日期:2025-04-28
Hi there, Does anyone know of a way to read an entire file line as an argument to a for loop? For example: we have my.file: My name is boo. I like to foo. Isn't that coo? Then, the BASH script: [code] for entry in $(cat my.file) do.... done [end code] Wha...看更多