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 Link Removed 2>&1 | tr -d '[]' | sed "s/,/\n/g" | head -n 1 | sed "s/.\(.*\)./\1/"
here's what it does: loads content of...
automation
batch script
coding help
command line
command syntax
console commands
curl
environment variables
json
outputredirection
piping
scripting
technical support
text processing
troubleshooting
user inputs
variables
windows