#!/bin/bash while read ligne do echo "quantity : $ligne" done < quantity.txt exit 0