我正在编写一个ansible剧本,以获取服务器的当前主机名,然后将其设置为一个配置文件。我想不出如何使用lineinfile模块来推动shell输出。- name: Get hostname register: result
- name: Set hostname on conf filelineinfile: dest=/etc/teste/linux/zabbix_agentd.conf reg
我试图使用shell脚本将文件中的句子分割成不同的行。我想从my_text.txt读取并包含的文件。you want to learn shell script? First, you want to learn Linux command!then. you can learn shell script.您想先学习shell脚本,然后学习Li