@[email protected] to [email protected] • 7 months agoI'm back on that other OS for worklemmy.mlimagemessage-square37fedilinkarrow-up1226arrow-down119file-textcross-posted to: [email protected]
arrow-up1207arrow-down1imageI'm back on that other OS for worklemmy.ml@[email protected] to [email protected] • 7 months agomessage-square37fedilinkfile-textcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish8•7 months agoThe reason I have a “ls.bat” batch file on my Windows PC and a “d.sh” script in linux. Both added to my path, of course
minus-square@MrPoopyButtholelinkEnglish10•7 months agoPowershell has ls and other common linux commands built in, try it.
minus-square@[email protected]linkfedilinkEnglish1•7 months agoPowershell ls is an alias to get-childitem. And wget is an alias to invoke-webrequest, which is NOT AT ALL the same thing.
The reason I have a “ls.bat” batch file on my Windows PC and a “d.sh” script in linux. Both added to my path, of course
Powershell has ls and other common linux commands built in, try it.
Powershell ls is an alias to get-childitem.
And wget is an alias to invoke-webrequest, which is NOT AT ALL the same thing.