76

Did an rm *.jar on a wrong app directory as root on a live system

Comments
  • 0
    What does that do? Delete?🤗
  • 2
    git pull ?
  • 4
    @alee01 rm is the delete command in Linux systems. The * is a wildcard. He basically deleted all .jar files on that directory.
  • 0
    @DataJockey we don't use git..we got clearcase.😭😭... And those jars were actually put there manually lol
  • 4
    That is why you should always enable confirm in your .bash_profile.
  • 0
    @Codebeard oh wow i didn't know you could do that. You're a life saver!!
Add Comment