Skip to content

Commit 91bbdc6

Browse files
Normalize a bit more occurences
Signed-off-by: Lukasz Gryglicki <[email protected]> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent b2e1c66 commit 91bbdc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/count_apis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jq -r '
1818
| sed -E 's/[0-9a-fA-F-]{36}/<uuid>/g' \
1919
| sed -E ':a;s#/([0-9]{1,})(/|$)#/<id>\2#g;ta' \
2020
| sed -E 's#/(00|a0)[A-Za-z0-9]{13,16}(/|$)#/<sfid>\2#g' \
21+
| sed -E 's#/lf[A-Za-z0-9]{16,22}(/|$)#/<lfxid>\1#g' \
22+
| sed -E 's#/null(/|$)#/<null>\1#g' \
2123
| sort | uniq -c | sort -nr

0 commit comments

Comments
 (0)