New favorite tool 😍

  • syd@lemy.lolOP
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    1 month ago

    Like this: ‘’’ $mv file.txt dest.txt$ failed { echo “It seems that the file.txt does not exist” } ‘’’

    • yetAnotherUser@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      1 month ago

      Knowing if a command failed and capturing stderr (which contains stuff like error messages) are not the same thing.