Skip to content

Commit 775fba1

Browse files
Support SFID detect and normalize
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 985cff1 commit 775fba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/count_apis.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jq -r '
1717
' "${1}" \
1818
| sed -E 's/[0-9a-fA-F-]{36}/<uuid>/g' \
1919
| sed -E ':a;s#/([0-9]{1,})(/|$)#/<id>\2#g;ta' \
20+
| sed -E 's#/(00|a0)[A-Za-z0-9]{13,16}(/|$)#/<sfid>\2#g' \
2021
| sort | uniq -c | sort -nr

0 commit comments

Comments
 (0)