如何编写一个 Fabric 脚本来取消注释用户 .bashrc 文件的特定行?
行注释
#force_color_prompt=yes
您将如何编写一个 Fabric 脚本来取消登录用户的 .bashrc 文件中的
?注意:这个问题专门针对编辑此特定行,而不是简单地将force_color_prompt=yes 附加到文件末尾并忽略此行。
How would you write a Fabric script that uncomments the line
#force_color_prompt=yes
from the logged-in user's .bashrc file?
Note: This question is specifically about editing this particular line, not about simply appending force_color_prompt=yes to the end of the file and ignoring this line.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Fabric 确实有 api。
fabric.contrib.files.uncomment
fabric do have api for that.
fabric.contrib.files.uncomment