Skip to content
Snippets Groups Projects
Commit 3b63c54f authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

remove dot entries

parent 048c4c4d
Branches
No related tags found
1 merge request!4remove dot entries
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
echo --- scanning web $prjdir echo --- scanning web $prjdir
cd $prjdir cd $prjdir
find . -print | sort >$fileprj find . -print | grep -v "^\.*$" | sort >$fileprj
ls -l $fileprj ls -l $fileprj
wc -l $fileprj wc -l $fileprj
head $fileprj head $fileprj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment