Bash スクリプトで read name は何を行いますか?
read name
name に保存されているパスのファイルを読み取る
name
標準入力から1行読み取り、name に代入する
name の現在の値を表示する
name をすべての子プロセスにエクスポートする