Search Results

Search: Posts Made By: debasis.mishra
5,095
Posted By debasis.mishra
Rename Worksheet
Hi,

What is the syntax to rename excel worksheet present in testing.xls

Suppose my excel name is testing.xls
The worksheet name is sheet1.

I want to change this worksheet name from sheet1...
6,656
Posted By debasis.mishra
search file
i could not get any output. I am writing in this way
find -name *.h

But output displaying in this type
Usage: find [-H | -L] Path-list [Expression-list]

So tell me what i will do??
6,656
Posted By debasis.mishra
searching a file from folder
suppose in my unix login 10 folders is present. i have a abc.h header file. i forget where this header file is present. so which command i will use in unix, so that it will search from all folders.
3,639
Posted By debasis.mishra
For Pro*C
I have write a Pro*C file. How i will compile and excute that Pro*C file. Please tell me the command. Suppose my file name is test.pc
1,666
Posted By debasis.mishra
what wrong with me
I want to define a variable like this. Can i declare such type?
I have already define this, but error is displaying sysntax error. So tell me what will be the write.

int...
2,451
Posted By debasis.mishra
help me in this part
why we use strcpy and strcat in KSH program??
8
-d
2,937
Posted By debasis.mishra
will u tell me what is this meaning? find ....
will u tell me what is this meaning?

find . \( -name '*.log*' -type f \) -mtime +30 -exec rm -f {} \;

What it will search the file which is less than 30 minutes?
8
-d
2,937
Posted By debasis.mishra
i got the solution.thanks
i got the solution.thanks
8
-d
2,937
Posted By debasis.mishra
reply about -d
Actually my friend using the -d in this code.

if [ -d $LOG_DIR ]
then
cd $LOG_DIR
echo $LOG_DIR >> $LOG_FILE
find . \( -name '*.log*' -type f \) -mtime +30 -exec rm -f {} \;
fi
8
-d
2,937
Posted By debasis.mishra
-d
why we use -d in script?
1,825
Posted By debasis.mishra
reply
Actually i am doing some job in myself without any guidance. So i need help of this.

What is the meaning of this code ?

cp backup.sql grant_BU.sql
for object in `cat invl`
do
grep -v $object...
5,133
Posted By debasis.mishra
grep command
What is the meaning of this


grep -v $object grant_BU.sql>temp
1,825
Posted By debasis.mishra
SQL in script
What is the meaning of this code ?

cp backup.sql grant_BU.sql
for object in `cat invl`
do
grep -v $object grant_BU.sql>temp
mv temp grant_BU.sql
done
0
3,945
Posted By debasis.mishra
echo
what is the meaning of this

echo $description | wc -m` -ne "1"
2
Sed
2,080
Posted By debasis.mishra
Sed
What is this
sed "s/ *$//g" p2.txt | grep -vi "[rows|row] selected" | grep -v "^$" | awk > p3.txt
0
1,559
Posted By debasis.mishra
size
In my ksh file, that refer from pro*c program. From pro*c program i have given a part, those i am unable to understand.i.e.,

if (D_SUCCESS!=system_dev(cmmndstr))
{
efin_trace("Failed to...
2,847
Posted By debasis.mishra
Need Help
I couldn't explain this program through algorithm.
Please tell me the meaning of this programme. The coding is in below.

initialize_variables()
{
# initialise the variables
export R_HOME=`echo...
13,037
Posted By debasis.mishra
i need Help
Please tell me the meaning of this programme. The coding is in below.

initialize_variables()
{
# initialise the variables
export R_HOME=`echo $HOME`
export RELEASE_HOME =$R_HOME/RELEASE...
13,037
Posted By debasis.mishra
Thanks
Thanks for given solution.
13,037
Posted By debasis.mishra
i couldn't understand at all
i couldn't understand at all
13,037
Posted By debasis.mishra
Ok, i will send the details of that program. But...
Ok, i will send the details of that program. But this is another KSH file, which i couldn't understand. The full code, i have given here. i.e.,

#!/bin/ksh
cd /ngs/dep/debppp/rel3321-B03/bin...
13,037
Posted By debasis.mishra
More Clarification
Actually in another pro*c file this coding has written. The coding is

strcpy(size_script_path,getenv("COM_DIR"));
strcat(size_script_path,"/aa.ksh");

But in my KSH this coding is present.
...
13,037
Posted By debasis.mishra
File Size
In my a.KSH file this coding is present. I couldn't understand this. Please tell me the meaning of this coding.

file_size=`ls -l $1|awk '{print $5}' `
exit $file_size

I try a lot to...
Showing results 1 to 23 of 23

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