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