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.
grub が bash の小さなサブセットをサポートしていることは、私の理解でした。彼らのドキュメントは、「条件をサポートする」などを除いて、詳細には触れていません。
私は単純なを実行しようとしていますif。
if
grub> if [ "${myvar}" = "fred" ]; then > echo "test" > fi error: can't find command `['.
誰にもアイデアがありますか?grub2-efi 2.00 を使用しています。