ProgaOra/20231113/BASH/second.sh
2023-12-04 10:51:29 +01:00

7 lines
60 B
Bash

#! /bin/bash
while read line
do
echo $line
done < asd.txt