andilabs
9/19/2013 - 10:41 AM

BASH replace all '\t' with '\n'

BASH replace all '\t' with '\n'

tr '\t' '\n' <input >output