Update cl.sh

This commit is contained in:
dmarakom6 2021-06-29 09:06:57 +03:00
parent c453b82bc3
commit f660de6438

View file

@ -7,7 +7,7 @@ info
if [ -f $DEFAULT_PATH/$notename ]; then if [ -f $DEFAULT_PATH/$notename ]; then
out="$(grep $regex $DEFAULT_PATH/$notename | wc -l)" out="$(grep -c $regex $DEFAULT_PATH/$notename)"
if [ $out -eq 1 ]; then if [ $out -eq 1 ]; then
echo "Compressed $out line of grep output." echo "Compressed $out line of grep output."