I have to search the value of configuration in .conf file and then i have to replace it with upper case. How i can do it?

后端 未结 0 1129
渐次进展
渐次进展 2020-12-20 08:38

#!/bin/bash for file in /home/irtaza/.ssh/* do if [ "${file}" == "/home/irtaza/.ssh/irtaza_exper_file.txt" ] then searchvar=$(grep -e SourceIP* /home/irt

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