SHARE
TWEET
Untitled
a guest
Dec 21st, 2015
4
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #!/bin/bash
- while read line
- do
- echo $line | grep -q "Fedora"
- [ $? -eq 0 ] && echo "Cygwin"
- echo $line
- done < file
RAW Paste Data
