I am trying to create my first bash script:
echo "What file are we looking for: " read FILE while [ 1 ] do ls -lah | grep $FILE sleep 1; c