0
A
答えて
1
'>'は、シェルが閉じ引用を待っているために表示されます。 マニュアルページから:
Command Substitution
Command substitution allows the output of a command to replace the com-
mand name. There are two forms:
$(command)
or
`command`
Bash performs the expansion by executing command and replacing the com-
mand substitution with the standard output of the command, with any
trailing newlines deleted. Embedded newlines are not deleted, but they
may be removed during word splitting. The command substitution $(cat
file) can be replaced by the equivalent but faster $(< file).
関連する問題
- 1. 端末記号と非終端記号
- 2. 端末に何かを記録する
- 3. 端末でJoomlaの記事の編集
- 4. #$はbashで何をするのですか? (aka:ハッシュドル記号、ポンドドル記号)
- 5. 私のubuntu端末でこの識別子は何ですか?
- 6. Javascriptの@記号は何ですか?
- 7. コメントの "@"記号は何ですか?
- 8. 端末からのこのメッセージの理由は何ですか?
- 9. Macの端末で何かをgeditできますか?
- 10. 端末でSIGSTOP信号を送信するためのキーの組み合わせは何ですか?
- 11. Mac端末でR端末コマンドを使用できますか?
- 12. scala RESTサービスでpathPrefixを定義するとき、 '〜'記号は何の注釈ですか? 「〜」記号は何
- 13. ドル記号はスカラーで何をする
- 14. vscodeの統合端末内から新しい統合端末を開くコマンドは何ですか?
- 15. ファイル/端末出力書式のPHP構文は何ですか?
- 16. Android端末エミュレータの用途は何ですか?
- 17. 文法、スタック、端末記号およびトークン
- 18. 端末にランダムなパーセント記号が付加されていますか?
- 19. Git bashで使用できるLinux端末コマンドのリストは何ですか?
- 20. 「#記号」表記はクロージャーで何を意味しますか?
- 21. 端末からVirtualBoxのVM記述を表示しますか?
- 22. 端末からgitブランチを作成する方法は何ですか?
- 23. リストから番号を選択する複数の端末
- 24. データセット#persist()は端末操作ですか?
- 25. JSPで$記号が何を意味するのですか
- 26. Yesod:端末や他のツールでクエリ時間を記録する方法は?
- 27. Eclipse MATでは、クラスの末尾にあるドル記号は何を意味しますか?
- 28. 端末内でコマンドを実行して端末を使用する方法は?
- 29. Objective-Cでは&記号の意味は何ですか?
- 30. TCLでは "@"記号の意味は何ですか?