You have selected 0 posts.
select all
cancel selecting
while read a; do if [ $a -eq 42 ]; then exit else echo $a fi done