How to access url (http://www.localhost:8080) using shell script not in browser. I just want to run my app server and test
Ex. sh example_test.sh
I tried like this wget localhost:8080/myproj?ce=1234 but it saying Cannot write to `myproj?ce=1234' File name too long