Search Results

Search: Posts Made By: kavithakuttyk
957
Posted By kavithakuttyk
Query regarding the if loop
Hi friends,
One of my shell program(test.ksh) contains the following if loop.Can anyone please explain me how this loop will work
The shell script will be executed as test.ksh -d all...
7,394
Posted By kavithakuttyk
PCC-F-NOERRFILE, unable to open error message file
Hi,

I was compiling few C programs in the unix server and getting the following error message
rm: /home/a0xxx28/AVT/SEEDLIBRARYDB/LIB/*.a non-existent
proc MODE=ANSI CODE=ANSI_C...
25,517
Posted By kavithakuttyk
ok I will try this .Thanks a lot
ok I will try this .Thanks a lot
25,517
Posted By kavithakuttyk
Windows XP version 2002, servicepack 3
Windows XP
version 2002, servicepack 3
25,517
Posted By kavithakuttyk
I tried this in the command prompt but i could...
I tried this in the command prompt but i could not able to login with my password.How can I prevent the windows firewall blocking the FTP server?. Currently WinScp client has installed in my...
25,517
Posted By kavithakuttyk
Thanks Methyl the error with lcd has gone now. ...
Thanks Methyl the error with lcd has gone now.
Zaxxon,
Thanks for your suggestion
The ip address which I have given is my machine ip and it is up.I can connect from my WINDOWS dos prompt to the...
7,644
Posted By kavithakuttyk
Shell script to ftp files from windows to unix
Hi ,
I need to ftp some input files from windows to unix server.All the files will be saved in the C drive in my machine.Currently all these files are transferring manually to the unix server.I need...
25,517
Posted By kavithakuttyk
shell script to ftp the files from windows to unix server
Hi,
I need to ftp some input files from windows to unix server.All the files will be saved in the C drive in my machine.
Currently all these files are transferring manually to the unix server.I...
2,069
Posted By kavithakuttyk
Query regarding date field in shell script
Hi,

I wrote a simple shell script which accepts the input value yearmonth in the format YYYYMM and displays the date as YYYY-MM-DD.Day will be 01 always.Please find the code below

#!/bin/ksh...
2,217
Posted By kavithakuttyk
Sorry .This command takes only the first three...
Sorry .This command takes only the first three records .My requirement is to assign the first 2 records in the temp file to do some calculations assign the output to another file and then read the...
2,217
Posted By kavithakuttyk
How to read each 2 records from a file
Hi,

I have 10000 records in my test.dat file

All records are under the following format

a,12,45,bn,c
a,16,46,bn1,c
a,18,47,bn2,c
a,12,47,bn3,c
a,11,49,bn4,c

I have to read each 2...
7,487
Posted By kavithakuttyk
Issue with insufficient swap or memory space
Hi,
When I execute one of my shellscript I am getting the below mentioned error message .This application takes 2input files which have the records counts 26463 and 1178046
exec(2): insufficient...
3,201
Posted By kavithakuttyk
I checked it.It shows like this /tmp ...
I checked it.It shows like this
/tmp (/dev/vg00/lvol6 ) : 2093328 total allocated Kb
516664 free allocated Kb
...
3,201
Posted By kavithakuttyk
Issue with insufficient swap or memory space
Hi,

When I execute one of my shellscript I am getting the below mentioned error message .This application takes 2input files which have the records counts 26463 and 1178046

exec(2):...
3,100
Posted By kavithakuttyk
Issue with sed command
Hi,

I have to replace the character AL2 with AL16 which I have in one of my text file .
I used the sed command like this
sed 's/sed 's/AL2/AL16/g' test_carr.dat>test_carr1.dat

But it is not...
4,580
Posted By kavithakuttyk
Thanks for all your suggestions .It works fine...
Thanks for all your suggestions .It works fine for me now
4,580
Posted By kavithakuttyk
Changing the text file format
Hi,
I have a shell script to unload all the empname who have salary >50000 from the emp table into a text file(empname.txt) .
m_db unload "$dbc_file" -column_delimiter ',' -select "SELECT empname...
4,254
Posted By kavithakuttyk
Reading values from a text file
I have some alphbetical codes in that
Showing results 1 to 18 of 18

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