#!/bin/bash for s in $(cat namn.txt); do echo "Hej $s, hur är läget?" done