Guest Challenger. Posted December 13, 2015 Posted December 13, 2015 You can use the awk statement given below to remove the '\n' from each line and replace it with a blank space:awk '$1=$1' ORS=' ' /etc/passwd
Recommended Posts