Search Results

Search: Posts Made By: Manju87
20,127
Posted By shipra_31
true ... just wrote out of habit :)
true ... just wrote out of habit :)
20,127
Posted By alister
No need for the global flag, since there's only...
No need for the global flag, since there's only one end of line per line.
sed 's/$/ /' input

Regards,
Alister
20,127
Posted By shipra_31
sed 's/$/ /g' input
sed 's/$/ /g' input
20,127
Posted By itkamaraj
sed 's/.*/& /' input
sed 's/.*/& /' input
20,127
Posted By jayan_jay
$ awk '{print $0" "}' inputfile
$ awk '{print $0" "}' inputfile
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 06:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy