BreadCrumbs: Tr Command

Tr Command

From Luke Jackson

(Difference between revisions)
Jump to: navigation, search

Revision as of 23:05, 21 December 2008

Examples

Convert tab delimited data into comma delimited:

tr '\t' ',' <input_file> <output_file>
Personal tools