Search Results

Search: Posts Made By: Gouri Solleti
3,647
Posted By Gouri Solleti
Thank you Gurus. Was able to achieve this...
Thank you Gurus. Was able to achieve this functionality, appending \n to the end of file using Informatica.

Thank you again.
3,647
Posted By Gouri Solleti
Below is the command I used: sed '${s/$/\n/}'...
Below is the command I used:
sed '${s/$/\n/}' sample.txt
tried
sed '${s/$/\n/}' >sample.txt

giving error as - sed: command garbled: ${s/$/\n/}

---------- Post updated at 01:24 PM ----------...
3,647
Posted By Gouri Solleti
Appending newline character End of File
Hi Gurus,

Need help. I'm a beginner in Unix. I have a requirement, need to add or append newline (\n) character in file.

Sample Data:

1|Main|Test|~#
2|Main|Hello|~#
3|Main|Unix|~#...
Showing results 1 to 3 of 3

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