Apache Commons-execを実行したい:
gitステータス| ヘッド-n1| カット-c13-
しかし、コマンドラインを実行してエラーを出すことはできないようです、何かアイデアはありますか?
CommandLine cmdLine = CommandLine.parse( "git status | head -n1 | cut -c13-" );
DefaultExecutor executor = new DefaultExecutor();
executor.setWorkingDirectory( file );
executor.execute( cmdLine );
エラー:
error: unknown switch `n'
usage: git status [options] [--] <filepattern>...