Skip to content
Snippets Groups Projects
Commit 740714db authored by m-iancu's avatar m-iancu
Browse files

update names scrips and result

parent ab5b77ff
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@ for name in docNames:
if name not in sysNames:
docOnly.append(name)
shared.sort()
docOnly.sort()
sysOnly.sort()
sn = open('sharedNames.txt', 'w')
sn.write(mkstring(shared))
sn.close
......
This diff is collapsed.
......@@ -4,4 +4,4 @@ if [[ $# -eq 0 ]] ; then
echo "Requires json filename as argument"
exit 1
fi
cat $1 | jq '[.[] | .name]' | sed 's/Setter(\(.*\))/Set\1/' | sed 's/Tester(\(.*\))/Is\1/' | sed 's/(.*)//' | sed 's/["|,| ]//g'
cat $1 | jq '[.[] | .name]' | sed 's/Setter(\(.*\))/Set\1/' | sed 's/Tester(\(.*\))/Has\1/' | sed 's/(.*)//' | sed 's/["|,| ]//g'
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment