Search This Blog

Sunday, 5 October 2014

Awk Command

Awk Command
To replace a particular string/character with new line, we go for awk command.

awk '{gsub("|","\n"); print}' Path/filename1.txt > Path/FileName2.txt


No comments:

Post a Comment