首页
编程
java
php
前端
首页
编程
java
php
前端
bash 获取git status输出中新增的文件名
请问怎么使用sed或者awk获取git status输出中新增的文件?
git status -s | grep ??
点击展开全文