Recent content by alfonz19

  1. A

    Windows 7 basic scripting, usage piping, output redirections and variable in one example.

    Hi, I mostly use another OS, and need to rewrite following script into one which works in windows. OK, here's the command: curl -s -x 127.0.0.1:8888 -b ./cookies.txt -X GET http://localhost:8080/api/attachment/list 2>&1 | tr -d '[]' | sed "s/,/\n/g" | head -n 1 | sed "s/.\(.*\)./\1/" here's...
Back
Top