[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

columns



> eg. take the file with '|' as the field seperator:

I haven't personally tried this on Linux, but it has worked on many
other "UNIX-like" systems with which I am familiar:

	cat oldfile | tr '|' '\012' > newfile

-JimG