All pastes #2101123 Raw Edit

Mine

public text v1 · immutable
#2101123 ·published 2012-01-08 14:00 UTC
rendered paste body
#!/bin/bash

FILE=foo.txt

while read line
do
        if [ "$line" = 456 ]; then
        echo yoohoo; fi
done < $FILE