Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View vklogin's full-sized avatar

Vasanth Kumar vklogin

View GitHub Profile
$ cat ~/tmp/sh
while true
do
echo "100"
echo "abc"
echo "abc"
echo "200"
done
$ bash ~/tmp/sh 2>&1 | tee ~/tmp/out | grep -v abc