Search Results

Search: Posts Made By: Joshua Pinter
74,709
Posted By muaz
append a character at end of each line of a file
Hi,
i want to append a character '|' at end of each line of a file abc.txt.

for example if the file abc.txt conatins:
a|b|c
1|2|33
w|2|11


i want result file xyz.txt
a|b|c|
1|2|33|...
74,709
Posted By fpmurphy
sed 's/$/|/g' abc.txt
sed 's/$/|/g' abc.txt
Showing results 1 to 2 of 2

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