Hi,
I am trying to append some text to a file using a simple definition with
fabric.I tried following definition but not working, can someone please help me
resolve this issue.
def file_append(): run("echo abc >> /home/user/test.txt")
Also please let me know if there is any other way to achieve this using fabric.
Thanks,Sandeep.
_______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
