Skip to content

Instantly share code, notes, and snippets.

@iamirulofficial
Created February 24, 2019 09:26
Show Gist options
  • Save iamirulofficial/a500ddf6797b04465111b91cb2608b26 to your computer and use it in GitHub Desktop.
Save iamirulofficial/a500ddf6797b04465111b91cb2608b26 to your computer and use it in GitHub Desktop.
#!/bin/bash
#Program: using if and else
if grep "$1"$2
then
echo "pattern found"
else
echo "pattern not found"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment