#!/bin/bash # Author: Ravi Kumar P , Anoop Hallur # Check grep functionality t_Log "Running $0 - checking grep functionality" echo "wow grep is working" | grep -q "wow" t_CheckExitStatus $?