BASH tr command help

hi guys,

Is there an easy way to tr a letter into a word??

eg. tr "a" "apple"

Thanks for any help

No, you should use another tool (sed, perl, ...) for this.

Ok thanks for that, ive managed to get it working