ProgaOra/20231113/BASH/second.sh

7 lines
60 B
Bash
Raw Normal View History

2023-12-04 09:51:29 +00:00
#! /bin/bash
while read line
do
echo $line
done < asd.txt