Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私がする時...
ls$IFS-l
...期待どおりの出力が得られます。
curl$IFShttp://www.google.com
... 私はしません。
内部フィールドセパレーターを誤解していますか? スペース文字を使用せずに curl コマンドを実行するにはどうすればよいですか?
変数を中括弧で囲む必要があります。そうしないと、シェルは「IFShttp...」という変数を探します。
curl${IFS}http://www.google.com