Automated search and replace, using the script:
sed -i 's/is_time_valid_at/time_is_valid_at/' \
$(grep -r is_time_valid_at zebra* | cut -d: -f1 | sort -u)
|
||
|---|---|---|
| .. | ||
| proptest-regressions | ||
| src | ||
| Cargo.toml | ||
Automated search and replace, using the script:
sed -i 's/is_time_valid_at/time_is_valid_at/' \
$(grep -r is_time_valid_at zebra* | cut -d: -f1 | sort -u)
|
||
|---|---|---|
| .. | ||
| proptest-regressions | ||
| src | ||
| Cargo.toml | ||