Bash bash 1行ずつファイルを読み込む
while read 【変数名】
do
【実行されるコマンド等】
done < 【ファイル名】
qiita
例
# ファイルを1行ずつ読み込む
while read line
do
echo $line
done < exmple...
Bash
git
AppleTV
php
PostgreSQL
php
VSCode
ドメイン
Linux
Linux