Search Results

Search: Posts Made By: dinesh1985
1,560
Posted By dinesh1985
I have attached the report sample for better...
I have attached the report sample for better understanding
1,560
Posted By dinesh1985
Number of Consecutive Occurences
:b:
Hi Folks,
I have a requirement to find the number of consecutive occurences based on month. Here is the below sample of my requirement.

I have say four columns

CARUSERNAME BRAND_CODE...
1,673
Posted By dinesh1985
Working..But more precise
Thanks for your replies..
All the above command works. But I want to check for special characters at specific position. In the above sample input, if special character is present in first 5...
1,673
Posted By dinesh1985
Need help for filtering a file through awk script
Hello Folks,
I am working on filtering a file having some special characters.
Let's say for an example a file contains person name and phone number based on positions. First 5 characters name and...
2,799
Posted By dinesh1985
Need help on File Encryption using gpg
Folks,
Is there anyone to help on GPG file encryptions here.
I got a public key from third party. I imported the key in server.
I want to encrypt the public key. But without being signed , the key...
Forum: Programming 06-05-2011
8,390
Posted By dinesh1985
How to use maximum of date function in db2
Hello Folks,
I am having a below example.


CAR_NAME SERVICE_DATE
------------------------------------
ALTIMA 01/01/2007
ALTIMA 03/01/2007
ALTIMA 05/02/2008
FORD GT ...
3,835
Posted By dinesh1985
Thanks a lot
Hi Ahmed,
It works ...Thanks a lot...
I want to do this processing for millions of records. Hope it completes quickly...
Thanks for your timely help..

---------- Post updated at 11:35 PM...
3,835
Posted By dinesh1985
Urgent Help Required for File Comparison using Awk
Hello All,
I am having a below requirement.

File1 contains

KEY|VIN|SEQUENCE|COST

101 | XXX111 | 1 | 234.22
234 | XXX111 | 2 | 134.32
444 | ABC234 | 1 | 100.22
555 | DFF611 | 1 |...
1,724
Posted By dinesh1985
Hi pravin27.. Thanks for reply.. I have tried...
Hi pravin27.. Thanks for reply..
I have tried with:
awk '{print "select columnname from table where id="$0}' inputfile
but it is simply printing following statements in output:
select columnname...
1,724
Posted By dinesh1985
Need Help On AWK Script
I need to read one txt file using awk script. The data in this file I need to use in where clause of select query.Then based upon the result of this select query need to perform some operation on...
12,129
Posted By dinesh1985
Thanks..
Thanks for your replies..I have used the following code to find the exact match..


cat <filename> | cut -c <start position>-<end-position> | grep -n "required data"


From the above I will...
12,129
Posted By dinesh1985
Thanks for the reply
Hi ctsgnb,
Thanks for your reply. Can you please tell me what is the use of ^. I am new to UNIX. Also, if the emp ID does not start in the position 1 how do we need to modify the command. Please...
12,129
Posted By dinesh1985
Grep of a SubString
Dear Folks,
I am having a requirement to grep a word which could be a part of a substring of a file. Please help me with the command for korn shell.

Let me give you a example
I am having a file...
2,694
Posted By dinesh1985
Calculating the Hours between two time values
Dear Folks,
I want to calculate the elapsed hours between two time columns. I am using timestampdiff method for the same. I am able to get the value. But facing an issue of decimal values. For...
1,254
Posted By dinesh1985
Need Help on Awk script
I am having a below requirement of formatting the data available in a file.

I am having 2 users details as below
Data is in order of Name,Vehicle Name,RepairDate

DINESHCAR20100901...
6,657
Posted By dinesh1985
Hi Karthi, Thanks for your reply I do not...
Hi Karthi,
Thanks for your reply
I do not have any pattern in my flat file. It is just a simple text. I want to replace the text say from position 20 to 30 with my text.
Also,my shell is unable...
6,657
Posted By dinesh1985
Sed and SubString
Hi Folks,
I am here with a simple doubt. I am having a flat file in which I want to replace the characters from say 5 to 15 as some text.
Flat file contains a single line.

For example
...
8,466
Posted By dinesh1985
grep -o not working korn shell
chris..Thanks for your reply.grep -o is NOT recognized by my shell. I am using Korn Shell
8,466
Posted By dinesh1985
Usage of grep command to extract only the words.
Dear Folks,
I am a newbee to UNIX. I want to extract the SQLSTATE from a log file. For example the log file content is


SQL0010N The string constant beginning with "' from table1 a, table...
5,398
Posted By dinesh1985
Thanks..Working
eval "file=\$$filename"


This is the absolute answer for my question. Thanks a lot..It is working:b:
5,398
Posted By dinesh1985
How to get the value of a variable which is having another value in environmental script?
Dear Folks,
I am facing an issue in getting a value of a variable.Let me explain the scenario.

I am having a list file say files.list in which I have mentioned
1 FILE1
2 FILE2

...
Forum: Programming 03-16-2010
3,207
Posted By dinesh1985
grouping and ungrouping of excel cells using java
Dear Folks,
Is there anyone know how to do the group and ungroup cells feature of MS Excel through java.

Please help.

Please find the attachment.I want the code to do something like this.
6,355
Posted By dinesh1985
Ksh..
Hi Tony,
Thanks for ur reply..I am not working with Perl..I need it in ksh only
6,355
Posted By dinesh1985
Return Value from a FTP shell script
Hello folks,,,
I am calling a Unix shell script from java. The unix script is transferring a file through FTP. I wonder how can I confirm whether the script has been executed properly without any...
Forum: AIX 12-29-2009
6,018
Posted By dinesh1985
Open Source Tool for DB2
Dear Folks,
Please suggest any Open source db2 tool for working with SQL queries
Showing results 1 to 25 of 58

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