Search Results

Search: Posts Made By: snr100
3,656
Posted By snr100
sed -ne '/not found/p' fileA >> fileB This...
sed -ne '/not found/p' fileA >> fileB

This code delivers the output but still not in the desired format. The output looks like '\\abc not found \\def (file://\\def) not found'

I need to...
3,656
Posted By snr100
Hi Kapur, Thanks for your reply. It seems...
Hi Kapur,
Thanks for your reply. It seems like the sed command is not providing the desired output. It removes the all the contents before '/ abc...' and also makes the output look like...
3,656
Posted By snr100
Hi Corona, Thanks for your reply. I used...
Hi Corona,
Thanks for your reply. I used your suggestions in my code but it doesn't seem to bring my desired result.

After applying your code the output looked like this,
// abc not found...
3,656
Posted By snr100
It is Ksh...Korn shell scripting
It is Ksh...Korn shell scripting
3,656
Posted By snr100
Thanks! Yes, I have used the 'cat' command and it...
Thanks! Yes, I have used the 'cat' command and it is not working as I expected.

---------- Post updated at 12:28 PM ---------- Previous update was at 12:20 PM ----------

Do u guys think using...
3,656
Posted By snr100
How to separate a line with or without using newline command?
Hi,
I am using Putty for unix shell scripting. I need some suggestions in splitting the 'output line' into two separate lines. Originally I am getting the input from another text file A. And...
Showing results 1 to 6 of 6

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