exhibition-register/pb/clear.sh
2024-02-01 18:56:19 +08:00

1 line
92 B
Bash

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