Home > Back-end >  How to convert multiple parameters URLs into single parameter URLs in bash
How to convert multiple parameters URLs into single parameter URLs in bash

Time:03-10

$ cat urls.txt
http://example.com/test/test/test?apple=&bat=&cat=&dog=
https://test.com/test/test/test?aa=&bb=&cc=
http://target.com/test/test?hmm=

I want output like below

  • Related