2 lines
93 B
Bash
2 lines
93 B
Bash
|
|
||
|
ls pb/artShow/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';
|