サンプルファイルがあります:test_file
//--- Test File--
**RUN_THIS
RUN_THIS00
RUN_THIS01
DONT_RUN00
DONT_RUN00
RUN_THIS02**
ここで、RUN_THIS*
&DONT_RUN*
はコマンドです。ファイルを編集せずに、test_fileからRUN_THISコマンドのみを実行したいと思います。私はのようなオプションを探しています
cat test_file | grep RUN_THIS | xargs {Some option to be provided to run run_this}
新しいシェルを起動できません