rmnl — remove new line characters with tr, awk, perl, sed or C/C++

tr -d '\n' < days.txt
cat days.txt | tr -d '\n'

Linux Blog » rmnl — remove new line characters with tr, awk, perl, sed or C/C++

Author: WladyX on 16 March, 2009
Category: General, Scripts

Leave a Reply

Last articles