New favorite tool 😍

  • sydOP
    link
    fedilink
    11 year ago

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

    • @[email protected]
      link
      fedilink
      41 year ago

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