Search Results

Search: Posts Made By: venky338
906
Posted By venky338
Thanks for the detailed response Don. It was a...
Thanks for the detailed response Don. It was a typo on the input file. There should have been only four columns. Thanks again
906
Posted By venky338
Don, Thanks for the quick response. The...
Don,
Thanks for the quick response. The environment I am in is AIX and the shell is KSH

---------- Post updated at 08:04 PM ---------- Previous update was at 07:43 PM ----------

Thanks Don....
906
Posted By venky338
Replace column help
I have a pipe delimited file.
Below are the contents

order_id|line_id|retail|cost
2324|1|99.99|50
89793|23|100|23.99
90989|9|23|76.50|56.5

I need to zero out the 3rd column(retail)
Below...
7,542
Posted By venky338
This really helps! Thanks ---------- Post...
This really helps!
Thanks

---------- Post updated 11-24-15 at 12:19 PM ---------- Previous update was 11-23-15 at 08:05 PM ----------

It looks the awk command has an issue if the repeated...
7,542
Posted By venky338
Don, Thank you very much for the quick...
Don,
Thank you very much for the quick response.It works like a charm. I don't have a whole lot of experience using awk.If you don't mind can you explain what the code is doing at the line level? ...
7,542
Posted By venky338
Aggregate data within the file
Guys,
I need to roll up data within the file and build a new file with the output and the same format as the original file.

The data should be rolled up for each unique combination of...
6,650
Posted By venky338
I got it to work...I changed the mode to binary...
I got it to work...I changed the mode to binary and it worked(duh!)
Thanks for the reply guys!
6,650
Posted By venky338
Windows to UNIX FTP Special characters!
I have a file that has the name in one of the lines as MARíA MENDOZA in Windows. When this gets FTPed over to UNIX it appears as MAR�A MENDOZA. Is there anyway to overcome this? Its causing a issue...
19,752
Posted By venky338
That did the trick..Thanks
That did the trick..Thanks
11,029
Posted By venky338
Thanks for the Inuput..Greatly Appreciated
Thanks for the Inuput..Greatly Appreciated
19,752
Posted By venky338
Grep Wildcard search
How can i grep for a pattern with wildcard using grep?

I want to identify all the lines that start with SAM and end in .PIPE



IN.TXT

SAM_HEADER.PIPE
SAM_DETAIL.PIPE...
11,029
Posted By venky338
Kill Parent/ Child processes
I am trying to kill PIDs that are tied to a KSH "load_sqlplus" and I am using the below code


LIST_PID=`ps -ef | grep -i "load_sqlplus" | grep -v grep | awk '{print $2}'`
if [ "${LIST_PID}" !=...
Showing results 1 to 12 of 12

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