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++

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++

Last articles