u
This commit is contained in:
@@ -34,10 +34,12 @@ for input_file in "$@"; do
|
|||||||
# while IFS= read -r line; do
|
# while IFS= read -r line; do
|
||||||
# echo "... $line ..."
|
# echo "... $line ..."
|
||||||
|
|
||||||
while read input_file ; do
|
for line in $input_file
|
||||||
echo === $input_file ===
|
do
|
||||||
|
echo ${line}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
# for input_file in
|
# for input_file in
|
||||||
|
|
||||||
# # if input file has no path specified
|
# # if input file has no path specified
|
||||||
|
|||||||
Reference in New Issue
Block a user