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.
スペックファイルでシェルコマンドを実行するにはどうすればよいですか? 次のようなものを実行したい:
uname -r | sed s/(...stuff...)/(...stuff...)
%defineまたは%globalまたはマクロのようなもので必要な場合は、「 %(shell_command)」を使用できます。注意し()ないでください{}。
%define
%global
%(shell_command)
()
{}