Search Results

Search: Posts Made By: sfedak
12,777
Posted By sfedak
I actually did try that exact command and for...
I actually did try that exact command and for some reason, it will only replace the 7C with n (not line feed)

sed 's/7C/\n/g'


So, I think I'll do this in 2 steps instead of trying to do it...
12,777
Posted By sfedak
Yes, I was able to use tr or sed with the | and...
Yes, I was able to use tr or sed with the | and both worked fine - I replaced with \n in both cases................the only problem is, the file comes in with the hex value for the pipe so I need to...
12,777
Posted By sfedak
Converting hex value 7C (for pipe) to CRLF in Unix
I am trying to convert a txt file that includes one long string of data. The lines are separated with hex value 7C (for pipe).

I am trying to process this file using SQR (Peoplesoft) so I...
12,145
Posted By sfedak
Thanks Ikon......the second code example worked...
Thanks Ikon......the second code example worked perfectly for me. I am no longer frustrated! Have a great weekend :-)
12,145
Posted By sfedak
date - 1 day
Hi, I have been trying just about every unix command to come up with yesterday's date (today's date - 1). I have seen all of the help on this forum, and none of it seems to work for me here. We are...
Showing results 1 to 5 of 5

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