Search found 1 match

by puttyguy
Wed Sep 04, 2013 6:46 pm
Forum: General Discussion
Topic: Help with simple but repetitive task
Replies: 1
Views: 8255

Help with simple but repetitive task

Hello, I'm trying to set up a macro that simply copies, pastes, and executes commands in SSH. I have a list of files (in a plain text file) that I want to delete from server: Code: rm -f "file1.htm" rm -f "file2.htm" rm -f "file3.htm" rm -f "file4.htm" rm -f &...