grep -i -c "Dog" animal.txt # get count of matching lines grep -w "Dog" animal.txt # get all matching lines by matching whole word grep -v "Dog" animal.txt # get all non matching lines # The JSON ...
Certains résultats ont été masqués, car ils peuvent vous être inaccessibles.
Afficher les résultats inaccessibles