Search Results

Search: Posts Made By: prrampalli
7,886
Posted By prrampalli
Thanks Radoulov, That code works as...
Thanks Radoulov,

That code works as expected. Appreciate your quick response.
7,886
Posted By prrampalli
Hi Radoulov, I have tried your updated...
Hi Radoulov,

I have tried your updated query (changes names) and this is the output below

07:55:52.61_1_[20100623 07:55:52.61|DEBUG |#000062|test123 "GET /PowerBuilder/Compny3.htm HTTP/1.0"...
7,886
Posted By prrampalli
Thanks for the details Radoulov. @ Rbatte1:...
Thanks for the details Radoulov.

@ Rbatte1:

I could use sort if it is a single file bt I am trying to collate multiple files into 1 file and then applying the awk on that file to have the...
7,886
Posted By prrampalli
Hi Radoulov, This worked for me. Thank you...
Hi Radoulov,

This worked for me. Thank you so much. But i need to understand awk a bit better to tweak any changes in the future.

Thanks.!
7,886
Posted By prrampalli
Order based on timestamp in a single file
Hi All,

I have a large text file which is a combination of multiple files. This is what I used and it worked.

for i in /home/docs/text/*
do
cat $i >> Single_File
done

Now wondering,...
2,215
Posted By prrampalli
Try and install VMTools on your VM. Then check if...
Try and install VMTools on your VM. Then check if your system has JAVA installed on it. This would help you to get started as it involves a bit of work to be done. Learn as you go as what you are...
Forum: Open Source 02-13-2012
339,218
Posted By prrampalli
I use VI editor for simple scripting but when it...
I use VI editor for simple scripting but when it comes to complex manipulation i prefer GEDIT.. comes handy when replacing files etc...
Showing results 1 to 7 of 7

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