If I run these commands from a script: #my.sh PWD=bla sed 's/xxx/'$PWD"https://stackoverflow.com/" ... $ ./my.sh xxx bla it is fine. But, if I run: #my.sh sed 's/xxx/'$PWD"https://stackoverflow.com/" ... $...
  • May 19, 2022
  • 0 Comments
For some reason I can’t seem to find a straightforward answer to this and I’m on a bit of a time crunch at the moment. How would I go...
  • May 17, 2022
  • 0 Comments