/ Published in: Bash
Expand |
Embed | Plain Text
compgen -W "`git status | grep "^#\s*modified:" | php -R 'echo preg_replace("%^#[^:]*:\s*([^\s].*)$%", "$1", $argn) . "\n";'`" -- ass
You need to login to post a comment.
compgen -W "`git status | grep "^#\s*modified:" | php -R 'echo preg_replace("%^#[^:]*:\s*([^\s].*)$%", "$1", $argn) . "\n";'`" -- ass
You need to login to post a comment.