Search Results

Search: Posts Made By: hsekol
13,913
Posted By hsekol
time function
thanks madan, the code which u have given is working...thanxs a lot
13,913
Posted By hsekol
time function
Hi matrixmadhan,

thanks for your quick reply,

my requirement is

Example:

echo "Enter i value"
read i
n=0
while [ $n -eq $i ]
do
...
13,913
Posted By hsekol
time function
hi matrixmadhan,

thanks for your reply,

the code

char command[50];
sprintf(command, "time %s", commandtorun);

I think code which u have given will not work in ksh...
13,913
Posted By hsekol
hi
hi anbu,

the code

time test.ksh

is working when i am executing my file from command line, but i want to include the code inside my code, how can i achieve that one.
13,913
Posted By hsekol
time function
Hi,

I would like to display the exact time taken to complete running a particular tool or function or program to user

I don't know the exact time functions in unix, please...
2,951
Posted By hsekol
How to handle the Multiple Rows in the Database
Hi All,

I have problem with database validations, actually my requirement is, my code will generate some seqno;s, which i have to check in database, whether the generated seqno;s are present...
6,711
Posted By hsekol
hsekol
Hi all,

Thanks for your reply,

I tried the following code and it is working for me

. file2.ksh > /dev/null

but aigles has posted that "Doesn't suppress execution of...
6,711
Posted By hsekol
How to Call a Function with in two files
Hi all,

I am having a problem with my code

I am having a file from which i am calling a function, which is present in another file, for this i am using . <file name> followed by...
Showing results 1 to 8 of 8

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