Search Results

Search: Posts Made By: iamgeethuj
3,055
Posted By iamgeethuj
Thank you!!! The problem is solved.
Thank you!!!

The problem is solved.
3,055
Posted By iamgeethuj
Error occured while running a script
Hi All,

In my application, I'm getting an error as type mismatch

Let me now explain the scenario,

I ran a shell script which calls some other scripts. All these scripts uses the environment...
18,012
Posted By iamgeethuj
you can try this, du -k | sort -n
you can try this,

du -k | sort -n
3,330
Posted By iamgeethuj
Display the last five dates from the given date
Hi all,

In Oracle we have got sysdate -1 to find the previous date. Is there any similar way to display date in unix shell scripting?

Kindly help me to display the last five dates from the...
20,157
Posted By iamgeethuj
hi, I'm using SunOS. I just ftp'ed pdf file to...
hi,
I'm using SunOS. I just ftp'ed pdf file to unix box from windows... Need to give this file as input to a shell script... Is there any possible way to convert this PDF file to readable text...
20,157
Posted By iamgeethuj
How to read pdf file in UNIX environment?
Hi,
I had a PDF file in Windows, I ftp'ed it to UNIX environment. Now, I couldnot read the same file in the UNIX environment. Is there any possible way to read this file? I need to give this file as...
21,199
Posted By iamgeethuj
hi Joeyg, I need it in schell script. so,...
hi Joeyg,

I need it in schell script. so, will it be possible 2 use stat in shell scripting?

Thanks,
Geetha
21,199
Posted By iamgeethuj
hi Vidyadhar, Find is not workout... I...
hi Vidyadhar,

Find is not workout...

I received the error message as,
find: bad option -mmin
find: [-H | -L] path-list predicate-list

Siba,

I dont have experiance in using watch... Will...
21,199
Posted By iamgeethuj
Yes joeyg, I have done those changes with back...
Yes joeyg, I have done those changes with back tick. Even then, its throwing error messages like,
time106.sh: stat: not found
time106.sh: stat: not found
syntax error on line 1, teletype...
21,199
Posted By iamgeethuj
hi joeyg, I received an error message while...
hi joeyg,

I received an error message while executing the code
And this is d error message
time106.sh: syntax error at line 4: `(' unexpected

I'm using KSH, will stat go with KSH?

Many...
21,199
Posted By iamgeethuj
how to find the modified files before 60 mins?
hi,

I need to find all the modified files before 60 minutes in a folder.

Is that possible to find using mtime in minutes?

Suggestions please.

Thanks for looking into it...

Geetha
2,345
Posted By iamgeethuj
For A u can think like below: A.sh { ...
For A u can think like below:

A.sh
{
DATE = date +'%m';(say)

B.sh <hostname> $DATE -> here B is getting called, with 2 parameters

}
2,345
Posted By iamgeethuj
Below piece of command: <<< B.sh ------ ...
Below piece of command:
<<<
B.sh
------
sftp $hostName <<EndFTP
cd /opt/DSOI/logfiles/report
get DSOI_report.log.$DAY
EndFTP
>>>
When i am executing this, it is working fine...But when i am...
2,345
Posted By iamgeethuj
It is not throughing any error on screen, i can...
It is not throughing any error on screen, i can say simply escaping (or may not executing) those sftp steps but executing other commands after sftp.
3,070
Posted By iamgeethuj
can u give an example for the same?
can u give an example for the same?
2,345
Posted By iamgeethuj
doubt on sftp ?
One script B(say) is called from another script A(say), in B it is getting some file from another unix-box through sftp protocol. problem is??
1. when I am executing B alone it is working fine..but...
7,224
Posted By iamgeethuj
Any other suggestions please...
Any other suggestions please...
7,224
Posted By iamgeethuj
Thank u all But I have a qn here... I need...
Thank u all

But I have a qn here... I need to assign that value to a variable. Could u please help me???

I tried in so many ways... but couldnt find the exact way...

?????????
7,224
Posted By iamgeethuj
Sorry boss... I'm not getting... Here is my...
Sorry boss... I'm not getting...
Here is my code...
value=`expr $size \* 1152921504606846976`

Ur valuable suggestions please!!!
7,224
Posted By iamgeethuj
Okie... Lemme check and come back... Thanks...
Okie... Lemme check and come back... Thanks dude...
11,609
Posted By iamgeethuj
Could u plz give me an example?
Could u plz give me an example?
7,224
Posted By iamgeethuj
Any suggestions please...
Any suggestions please...
7,224
Posted By iamgeethuj
expr: Integer argument too large
Hi all,

In KSH, I have got an error message like,
"expr: Integer argument too large"
I received this error message when I mutiply two large values and displaying the resultant output.

Is...
3,516
Posted By iamgeethuj
yes... It is possible
yes... It is possible
29,624
Posted By iamgeethuj
Thank u Vino :)
Thank u Vino :)
Showing results 1 to 25 of 38

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