Search Results

Search: Posts Made By: Venkatesh1
12,780
Posted By Venkatesh1
How to ignore Netout Error.?
Hi All ,

Am using unix KSH .
I would like to clarify two doubts.


Whenever am transfering the zero size file am getting the warning message netout.
files will be transferred to target...
16,128
Posted By Venkatesh1
How to install ksh on redhat os?
Hi i have installed redhat os recently in my Pc.
so i have window 7 on c: drive and redhat on d: drive.

I need to learn unix ksh.
Can anyone help me how to install ksh on redhat .i dont have...
1,150
Posted By Venkatesh1
How to make entries background tasks in the table?
Hi am new to unix ,
when the background task is running how to put entry in the table and also if there is any issue how to stop the running task.

can anyone help me...
816
Posted By Venkatesh1
Clarification about redirecting
Hi AM Using Unix Aix
Used
${CMD} 2> ${ERR}
Dont get what above statement works .



SCRIPT=`basename $0`
ERR=$PWD/$SCRIPT.err
DATE=`date +"%d/%m/%Y"`
CMD=2
${CMD} 2> ${ERR}
if [ $?...
3,147
Posted By Venkatesh1
Thanks Vidyadhar .. The status code is not...
Thanks Vidyadhar ..

The status code is not 0 , its return some other value .

$VAL 2 > $ERR
if [ $VAL -ne 0 ]
then
echo "FTP failure"
else
echo "FTP SUCCESS'
fi



when i...
3,147
Posted By Venkatesh1
FTP zero size file
Hi AM using unix Aix Ksh
I need to clarify regarding sending the zero size file to another server.


VAL=ftp.sh -c put souce_file Dest_file $1 $2 $3 $4 $5 (ftp://ftp.sh -c put souce_file...
3,618
Posted By Venkatesh1
How to hide password when using echo cmd?
Hi Am using unix Aix Ksh
I need to hide the password using echo cmd

Connecting the database and fetching ip_address and password from one table.


greping the IP_address and password using...
11,929
Posted By Venkatesh1
Netout: write returned 0?
Hi Am Using unix Aix
When i ftp the zero size file getting the netout: write returned 0?
3,107
Posted By Venkatesh1
FTP While transfering files to local machine to remote machine
Hi Am using unix Ksh
Am getting the problem while transferring zero size files through the script .
When i transfer zero size files from local machine to remote machine manually i can able to do...
1,864
Posted By Venkatesh1
bipinajith , Using Ingres DB..
bipinajith ,

Using Ingres DB..
1,864
Posted By Venkatesh1
Hi bipinajith , Am using isql DB on unix...
Hi bipinajith ,
Am using isql DB on unix Server...
1,864
Posted By Venkatesh1
bipinajith , The to_char and to_date...
bipinajith ,

The to_char and to_date function was not working in unix Aix Ksh version 5.
1,864
Posted By Venkatesh1
How to get the missing date and day in a table?
Hi Am using unix Aix Ksh
Have Created table called vv
and i have inserted two date


Select * from vv;

Output :-

New_date
21/02/2013
24/02/2013


I have tried Using One query...
6,361
Posted By Venkatesh1
How to get the Missing dates between two dates in the table?
Hi Am Using Unix Ksh ...
I have a Table called date

select * from date ;

Date
01/02/2013
06/02/2013


I need the output as

Missing Date
01/02/2013
02/02/2013
03/02/2013...
1,347
Posted By Venkatesh1
How to get the count of sunday between two dates?
Hi Am using unix Ksh

I have the two dates

DATE1=01/01/2013
DATE2=11/02/2013



In this two dates i need the output as count of sunday


sunday=6



Can anyone help me pls!!!
3,588
Posted By Venkatesh1
How to find the Missing date inside the FILE?
Hi am using Unix AIX Ksh
have a FILE

CAT FILE

08/02/2013
16/02/2013
18/02/2013


I need the Outputs as


Missing date are 09/02/2013 to 15/02/2013,17/02/2013



can anyone...
1,847
Posted By Venkatesh1
Thanks for reply I have seen the thread which...
Thanks for reply
I have seen the thread which you have mentioned
can you please explain briefly



d="20120103"

day=${d#??????}
temp=${d#????}
month=${temp%??}
year=${d%????}


...
1,847
Posted By Venkatesh1
1,658
Posted By Venkatesh1
How to increase executions speed of loops.?
Hi Am Using AIX Ksh shell
I have a Script that check totally 6 files for the past days files
I have used Array ,While Loop and More if loops in the scripts.
When i tried to run the Script for...
2,076
Posted By Venkatesh1
Taking the count of sundays between two date ?
Hi Am using unix Ksh
Datecalc and --date functions are not working
have two input variables as

DATE=01/12/2012
DATE1=23/12/2012


Need output as

no of sundays = 4

Can anyone help me...
2,916
Posted By Venkatesh1
How to get the sunday days between two dates?
Hi Am using Unix Ksh


I have a two date input as
DATE1=02/12/2012
DATE2=30/12/2012



I Need the output as only sunday date

02/12/2012
09/12/2012
16/12/2012
23/12/2012
30/12/2012...
4,823
Posted By Venkatesh1
Getting error :- Invalid character in...
Getting error :-

Invalid character in date/time specification.
Usage: date [-u] [+Field Descriptors]
Invalid character in date/time specification.
Usage: date [-u] [+Field Descriptors]
4,823
Posted By Venkatesh1
Its not working :(
Its not working :(
4,823
Posted By Venkatesh1
Thanks maverick, But am getting the Error when i...
Thanks maverick, But am getting the Error when i run the script in ksh

The following error :-
Invalid character in date/time specification.
Usage: date [-u] [+Field Descriptors]
Invalid...
4,823
Posted By Venkatesh1
How to take the count of all sundays between two dates?
Hi Am Using Unix Ksh
I have input

DATE1=01/11/2012
DATE2=10/12/2012


need output as count of all sundays between these two dates


for examples Sunday count between DATE1 and DATE2 is...
Showing results 1 to 25 of 62

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