Code Sample |
#!/bin/bash echo "hi newsgroup, hello (dsl-)world !!" if [ ! $(cat list_of_countries | grep germany) ] then echo new country: germany elif [ ! $(cat germany_cities | grep duisburg ) ] then echo new city in germany: duisburg fi echo thx 4 DSL from germany |