Close #127 - Merge similar WebLogic files

Command:
cat Weblogic.fuzz.txt weblogic.txt | sed -e 's/^\///' -e 's/ $//' | sort -u | sed -e 's/^/\//' > /tmp/weblogic.txt; mv {/tmp/,}weblogic.txt
cat Websphere.fuzz.txt websphere.txt | sed -e 's/^\///' -e 's/ $//' | sort -u | sed -e 's/^/\//' > /tmp/websphere.txt; mv {/tmp/,}websphere.txt
This commit is contained in:
g0tmi1k
2018-03-21 16:44:33 +00:00
parent d17ff06a30
commit 2b697209a8
4 changed files with 865 additions and 1411 deletions

File diff suppressed because it is too large Load Diff