syd@lemy.lol to Programming@programming.dev · 5 months agoAmber - the programming language compiled to Bashamber-lang.comexternal-linkmessage-square92fedilinkarrow-up1213arrow-down18file-textcross-posted to: programming@programming.dev
arrow-up1205arrow-down1external-linkAmber - the programming language compiled to Bashamber-lang.comsyd@lemy.lol to Programming@programming.dev · 5 months agomessage-square92fedilinkfile-textcross-posted to: programming@programming.dev
minus-squaresyd@lemy.lolOPlinkfedilinkarrow-up1arrow-down1·5 months agoLike this: ‘’’ $mv file.txt dest.txt$ failed { echo “It seems that the file.txt does not exist” } ‘’’
minus-squareyetAnotherUser@lemmy.calinkfedilinkarrow-up3·5 months agoKnowing if a command failed and capturing stderr (which contains stuff like error messages) are not the same thing.
Like this: ‘’’ $mv file.txt dest.txt$ failed { echo “It seems that the file.txt does not exist” } ‘’’
Knowing if a command failed and capturing stderr (which contains stuff like error messages) are not the same thing.