New
#1
Anybody familiar with WSL?
Having a problem (i believe?) thats always been a thing. Would like to understand the cause and remedy it.
I had a developer buddy throw together a few scripts for me in order to do something I needed that would have been impossible manually. For better or worse, he hasnt touched windows in a lot of years, therefore they came as .bash
I sorted out how to run them and they did their job just fine. Somewhere along the way, i stumbled upon another developer who tossed together a registry package to allow execution of them via double clicking. Win for useability and parity in general, and ive been using that - again without fail.
However the other day i noticed that relative to most scripts (all?) that ive ran .. ever. The bash scripts output nothing to the console window. execute the script and i get a cursor until its done. and some of them take a loooong while so you never know.
Ive become accustomed to this being the case but id prefer to have them output to the window so i can see theyre running and potentially see if one got stuck or had an issue etc etc.
I reached out to my associate, and he mentioned that in native linux they output, however he's unsure how it works with WSL so was unable to offer assistance.
Anybody able to guide me on this one?