Search Results

Search: Posts Made By: karthikkasarla
2,024
Posted By karthikkasarla
file conversion
Hi,

I have an excel file in unix and I want a script which changes the excel file to .csv file i.e (comma separated value file).

Would be thankful to you if some one helps me with this.
...
2,028
Posted By karthikkasarla
Hi, Thanks for the reply. I want the...
Hi,

Thanks for the reply.

I want the count from Oracle table to a Unix file, not the count in a file.

For example a table has 300 records...I want script which counts the number of records...
2,028
Posted By karthikkasarla
Getting number of records from a table
I am doing a loading process. I am loading data from a Oracle source to Oracle target.

For example there is an SQL statement:

Insert into emp_1
Select * from emp_2 where deptno=20;

In this...
1,751
Posted By karthikkasarla
Would be really helpful if you can explain me in...
Would be really helpful if you can explain me in more detail.

I have understood what 2>&1 does but the remaining part is not clear.

Thanks
1,751
Posted By karthikkasarla
command task script
ksh $CODE/dis/scripts/IS_BTEQ_LZ_TABLE_AUDIT.sh
DIS_BTEQ LZ_DIS_LOAD_LOG_KEY > $CODE/dis/logs/lz_table_audit_`date '+%Y%m%d_%H%M%S'`.log 2>&1

Can some one tell me what the above script is doing?...
10,219
Posted By karthikkasarla
Thanks for the reply. But I still cannot...
Thanks for the reply. But I still cannot understand the getopt function. So I would be thankful if you can explain me the function with an example.

Regards,
Karthik.
10,219
Posted By karthikkasarla
Thanks for the reply mate.. I have...
Thanks for the reply mate..

I have understood the difference between IF and CASE.

What is the use of getopts command. Can you illustrate with an example.


Thanks a lot

Regards,
Karthik
10,219
Posted By karthikkasarla
IF vs CASE
Hi,

Can someone tell me the difference between IF and CASE with an example. I am new to UNIX and i am still in the learning phase.

Thanks in advance.

Regards,
Karthik
1,049
Posted By karthikkasarla
But I want everything in one script. I dont want...
But I want everything in one script. I dont want it differently.. If the pattern matches it should say

Filename1 Found

I want the o/p to be

Filename1 Found
Filename2 Found
Filename3 Not...
1,049
Posted By karthikkasarla
pattern match...
I want to check in all the directories if there is a pattern match for xyz. If there
is a pattern match then the o/p should be
Filename1 Found
Filename2 Not Found
This is the script I have...
2,458
Posted By karthikkasarla
How do you achieve the same with Cut.
How do you achieve the same with Cut.
2,458
Posted By karthikkasarla
How do we do it with Cut.
How do we do it with Cut.
2,458
Posted By karthikkasarla
Unix script required
I have a file 123.txt which is

aasaasas=1
bsasasasasa=2
sawqas=3

I want my output to be
1
2
3


I am new to scripting can some1 help me out.
Showing results 1 to 13 of 13

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