Search Results

Search: Posts Made By: gander_ss
1,922
Posted By gander_ss
String replacement
Hi All,

I have below file which has data in below format.

#$ | AB_100
| AB_300
()| AB_4
@*(% | AB-789

i want o/p as below format.

| AB_100
| AB_300
| AB_4
| AB-789

So here there...
3,616
Posted By gander_ss
Dennis could you plz provide sample code ?
Dennis could you plz provide sample code ?
3,616
Posted By gander_ss
Input required for telnet in script
Guru,

I am trying to use telnet in unix script.
And it's asking password after executing telnet command in script.

But I don't want to have manual intervention over there.
So is it possible...
7,201
Posted By gander_ss
connecting through sqlplus
I am trying to connect to one of the oracle sever using uni through sqlplus
command: sqlplus -s BOXI_ALPH_AUDITOR,Q078_audit$@Q047

But its not getting connected. I tried using some different...
16,358
Posted By gander_ss
here document `EOF' unclosed
I am trying to assign the value in variable using below command.

exp_stat=`sqlplus -silent USER_NAME/PWD <<EOF
set pagesize 0 feedback off verify off heading off echo off
select...
1,352
Posted By gander_ss
Valiavle inside variable
Hi,

I am trying to use REQ_FILE in another command but I am not getting the value of REQ_FILE.

REQ_FILE=`eval ls -ltr ${EXPORT_PATH}/export_DR_${DR_USER}_full_data*.gz | awk '{print $9} | cut...
2,369
Posted By gander_ss
total occ.
hi all,


I want to find out the total no. of occurence of <song_id> and </song_id>
seperately from a xml file.


Any Idea.


Regards,
gander_ss
4,606
Posted By gander_ss
url calling and parameter passing to url in script
Hi all,


I need to write a unix script in which need to call a url.
Then need to pass parameters to that url.


please help.

Regards,
gander_ss
12,210
Posted By gander_ss
url calling and parameter passing to url in script
Hi all,


I need to write a unix script in which need to call a url.
Then need to pass parameters to that url.


please help.

Regards,
gander_ss
61,973
Posted By gander_ss
Hi, I have the similar problem. So can u...
Hi,

I have the similar problem.
So can u plz. let me know how did u call url from shell script finally.
Also I need to pass some parameter on that url from my script.

So can u plz. let me...
9,258
Posted By gander_ss
Can u plz. come again in some explanotary manner...
Can u plz. come again in some explanotary manner ????
9,258
Posted By gander_ss
File to web page
Hi all,


I am having an XML file.
And as per requirement I need to map fields of this file with various field of web page.


So how can I use wput command into it ?


Regards,
gander_ss
1,304
Posted By gander_ss
How to see what previliges user is having?
Hi all,


I am having a user suppose x at my unix box.
Now want to know which priviliges he is having?

Is there any command for this ?



Regards,
gander_ss
24,418
Posted By gander_ss
call a script from script
Hi all,

I want to call a unix script from another unix script.

I tried .sh command but not able to run.


Any idea.


Regards,
gander_ss
6,608
Posted By gander_ss
$? represents the o/p flag of previous commend in...
$? represents the o/p flag of previous commend in form 1 and 0.
6,608
Posted By gander_ss
hi, try this. ls -l folder_name >...
hi,

try this.

ls -l folder_name > temp_file
x=`cat temp_file`
echo $x
grep -c "total 0" temp_file
echo $?
rm temp_file



Regards,
gander_ss
6,608
Posted By gander_ss
hi, try this. ls -l folder_name >...
hi,

try this.

ls -l folder_name > temp_file
x=`cat 2`
echo $x
grep -c "total 0" 2
echo $?
rm 2



Regards,
gander_ss
3,254
Posted By gander_ss
Thanks the use of qoutes has done the trick and...
Thanks the use of qoutes has done the trick and also thanks to ABU that thing is also working
3,254
Posted By gander_ss
Tried using IFS but also it's not working
Tried using IFS but also it's not working
3,254
Posted By gander_ss
blank spaces getting deleted
I have to filter out data from a file based on the value of first three characters of each record I have used the following logic

FIN=$LOC/TEST2.TXT

FEEDFILE=$LOC/TEST1.TXT

while read FDROW...
3,629
Posted By gander_ss
Thanks Its seems to have solved the problem but...
Thanks Its seems to have solved the problem but the errror of not found I am now getting is for line

$FEEDROW >> $FIN

Is there any syntax error in the above statement
3,629
Posted By gander_ss
not found error
Hi I have to move data to a file based on the valuies of first three characters in a file I am using the following script

FIN=$LOC/TEST.TXT
FEEDFILE=$LOC/TUE_GROSSJE.TXT

#Read the file
...
2,778
Posted By gander_ss
Thanks!!!!!!!!!!!!!!!!!!!!!!!!! It's...
Thanks!!!!!!!!!!!!!!!!!!!!!!!!!
It's working....... :)
2,778
Posted By gander_ss
help needed in variable assignment
Hi all,

I am having some value in feedrow in my script.
And want to assign first three character in to DTYPE.
I am using following syntax.

DTYPE=`$FEEDROW|cut -c 1-3`

But it's not...
Showing results 1 to 24 of 24

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