1 line
92 B
Bash
1 line
92 B
Bash
|
ls exhibition/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';
|