Search Results

Search: Posts Made By: agarwal
3,629
Posted By agarwal
Import dump to database
Hi...

I have dump in unix machine...How can I this import dump to Oracle database?

Many thanks in advance.
12,142
Posted By agarwal
Database connection string
Hi,

I am touching shell scripting after a long gap of 3 years and forgotten almost all of it.
So need help from everyone to revamp myself.

To begin,please tell me what does this part of script...
72,869
Posted By agarwal
remove special characters from text using PERL
Hi,

I am stuck with a problem here.

Suppose i have a variable which is assigned some string containing special charatcers. for eg:

$a="abcdef^bbwk#kdbcd@";

I have to remove the special...
Forum: Solaris 10-17-2008
9,136
Posted By agarwal
I have tried using gtar...gtar is not present in...
I have tried using gtar...gtar is not present in my machine. Below message is displayed.
gtar: not found
Forum: Solaris 10-16-2008
9,136
Posted By agarwal
There are 2 files in the zipped folder. One is...
There are 2 files in the zipped folder. One is binary file, while the other one is .pdf. binary file is setup file of an application.
The command that i gave was tar xvf folder.tar. Below is the...
Forum: Solaris 10-16-2008
9,136
Posted By agarwal
Error while using tar
Hi,

WHile decompressing the files, i get the error tar: directory checksum error. After decompressing when i check the size of file, it is less than the original file. Due to this error, there is...
25,158
Posted By agarwal
Thanks a lot for your idea... Hope it may work.
Thanks a lot for your idea... Hope it may work.
25,158
Posted By agarwal
Actually when i transfer the file using binary...
Actually when i transfer the file using binary mode, enter is replaced by ^M. Using dos2unix ^M is removed, but it is converted to ascii mode. I need the file in binary file as it is setup file which...
25,158
Posted By agarwal
Regarding dos2unix command
Hi,
Does anyone know, how to use dos2unix command for binary files? When i am using the command, the binary file gets converted to ASCII file. I want binary file to remain in the binary format.
Forum: Solaris 10-15-2008
26,588
Posted By agarwal
How to execute a binary file in solaris?
How to execute a binary file in solaris?

I used ./setup.bin . I got the error ./setup.bin not found.
1,651
Posted By agarwal
I need to generate an xml file using perl script....
I need to generate an xml file using perl script. The content of the xml script should be as follows: These represent the header of the file.
<REQUEST Name="vinScheduled">
<EVENT_CODE...
1,651
Posted By agarwal
XML file using Perl
Hi All,

Does anyone know how to generate an XML file using perl scripting? Thanks in advance.

Regards,

P AGARWAL
1,578
Posted By agarwal
Sorry no Idea :D :D
Sorry no Idea :D :D
Forum: Solaris 07-03-2008
3,759
Posted By agarwal
How to verify Sun Solaris installation
Does anybody have an idea, how to verify Sun Solaris installation?
7,973
Posted By agarwal
Perl Scripting
There is a function in Perl named PerlEnv_getenv() which is equivalent to getenv() in C. It invokes the environment variable. It uses the library the library perlclib.How to define this library and...
1
Awk
1,469
Posted By agarwal
Awk
Can we make a parameter used inside awk make visible outside the awk statement?

for eg:
k=1

awk'/...../ { ..... k++.....}'

echo $k



K is still 1.
6,574
Posted By agarwal
Thanks a lot for your reply. What if rpttxt is...
Thanks a lot for your reply. What if rpttxt is not the starting string for eg:-
PAGENOUSINGrpttxt("_PAGE_NO_3")
6,574
Posted By agarwal
comparing strings
i have a string in a file which gets repeated number of times like below:
rpttxt("abc")
.
.
rpttxt("REP_TITLE")
rpttxt("BOS_TITLE")
.
.
.
.
and so on

using awk or grep how can i comapre...
5,011
Posted By agarwal
Hi Franklin52, the 2nd one is working..thank...
Hi Franklin52,
the 2nd one is working..thank you so much
5,011
Posted By agarwal
I had written the complete statement, still it...
I had written the complete statement, still it gave the same error. Thestatement that i wrote is as below:
awk '/BOS_TITLE/ { printf("%s", "'"$bos_title"'")}'
5,011
Posted By agarwal
String Error
WHile executing a script i am getting the error - " Unterminated String". Exact display of error is as below:

awk: /BOS_TITLE/ { printf("%s", " Back Office System ...
1,493
Posted By agarwal
I have got the answer. grep '^"' test1.txt
I have got the answer.
grep '^"' test1.txt
1,493
Posted By agarwal
Search for qoutes
Suppose i have a text as below:

"abc"
abc("abc")
lmn("abc")

I want to search for the qoutation of the first line and if qoutation found, then save it to another file. How can i do that?
25,552
Posted By agarwal
Hi Era... I meant to say was that there is a...
Hi Era...

I meant to say was that there is a c program which contains some functions which are called during runtime. Now i am writing a shell script which uses these functions. So how can i call...
25,552
Posted By agarwal
How to call C functions in shell scripts?
How can i call dynamic C functions in shell scripts?
Showing results 1 to 25 of 25

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