Skip to content
Snippets Groups Projects
Commit c6be1ac5 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Last test

parent fca75d46
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!262Restructure pages regarding switched off systems
...@@ -7,6 +7,10 @@ basedir=`dirname "$scriptpath"` ...@@ -7,6 +7,10 @@ basedir=`dirname "$scriptpath"`
basedir=`dirname "$basedir"` basedir=`dirname "$basedir"`
wordlistfile=$basedir/wordlist.aspell wordlistfile=$basedir/wordlist.aspell
echo "scriptpath: $scriptpath"
echo "basedir: $basedir"
echo "wordlistfile: $wordlistfile"
function getNumberOfAspellOutputLines(){ function getNumberOfAspellOutputLines(){
cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown | sort -u | wc -l cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown | sort -u | wc -l
} }
...@@ -43,6 +47,7 @@ while read oldfile; do ...@@ -43,6 +47,7 @@ while read oldfile; do
echo "======" echo "======"
echo "$current_count" echo "$current_count"
echo "$newfile" echo "$newfile"
echo "pwd $PWD"
echo "wordlistfile: $wordlistfile" echo "wordlistfile: $wordlistfile"
grep ZIH $wordlistfile grep ZIH $wordlistfile
echo "---" echo "---"
......
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