Search Results

Search: Posts Made By: sudhakar T
1,868
Posted By sudhakar T
Convert hexa decimal to decimal
Hi,

I want to convert two hexadecimal numbers to decimal using unix command line.

1cce446295197a9d6352f9f223a9b698
fc8f99ac06e88c4faf669cf366f60d

I tried using
`echo "ibase=16; $no |bc`...
1,423
Posted By sudhakar T
Thank you, Don Cragun . It works. --Sudhakar
Thank you, Don Cragun . It works.

--Sudhakar
1,423
Posted By sudhakar T
Hi, Thanks for your response. INSERT INTO...
Hi, Thanks for your response.
INSERT INTO T_DIM_CLNT(CLNT_KY,CLNT_OBJ_ID,ISI_CLNT_ID,OPERN_ID,CLNT_NM,PRMRY_SIC_CD,PRMRY_SIC_DSC,RET_AGE_NBR,REC_CRT_TS,REC_DATA_EXTRC_TS,ETL_LOG_KY)
VALUES ( ?, ?,...
1,423
Posted By sudhakar T
Grep a part of a line from a file
Hi,

I have a file with thousands of lines as below

INSERT INTO...
5,837
Posted By sudhakar T
Hi, I replaced awk with nawk. Now, I am...
Hi,

I replaced awk with nawk.

Now, I am getting syntax error
SQL> nawk: syntax error at source line 1
context is
>>> NR==1{x=Run_queries. <<< sh;print}Run_queries.sh!=x
nawk:...
5,837
Posted By sudhakar T
It worked. Thank you Very much. ...
It worked.
Thank you Very much.

---------- Post updated 01-07-14 at 09:18 PM ---------- Previous update was 01-06-14 at 09:27 PM ----------

Hi bartus11,

The same command works fine from...
5,837
Posted By sudhakar T
Remove duplicate lines from a file
Hi,

I have a csv file which contains some millions of lines in it.
The first line(Header) repeats at every 50000th line. I want to remove all the duplicate headers from the second...
Showing results 1 to 7 of 7

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