2011-05-19

Removing quotes

One great program I have to use returns values quoted like this: `bla'
So to be able to process it's output in a pipe easier, I use tr. The command just looks too beautiful to not mention it:

tr -d '`'"'"