Why does my bash script add a central dot to the file extension?

前端 未结 0 1702
长发绾君心
长发绾君心 2020-12-06 03:39

I have a simple bash script to download files using curl:

#!/bin/bash

while read -r line
do
  # $line will be a variable which contains one line of the input         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题