Search Results

Search: Posts Made By: vinna
2,044
Posted By vinna
Help need in modifying the text of .txt file
Hi All,

I've written a shell script in which i defined two varibles

for example:

str=1.0.0.15
timeStamp=2008.03.08

now using this varibles i need to modify a text file.

The text...
29,820
Posted By vinna
Thanks the code is executing fine according to my...
Thanks the code is executing fine according to my needs.
29,820
Posted By vinna
reading data from .ini file
Hi,

I have a sample data file that contains name-value pairs in it.

For example:
name1=value1
name2=value2
name3=value3
...
...
...

My concern is
1. How to get values of name1,...
14,985
Posted By vinna
Using find command ex. find . -name fileName
Using find command

ex. find . -name fileName
3,171
Posted By vinna
I don't have any idea which protocal to use? If...
I don't have any idea which protocal to use? If you have please suggest...
3,171
Posted By vinna
Login Script
Can anybody help in writing a script that takes username and password and then successfully login onto windows operating system box?

For example
1. I have a box A with Linux OS.
2. I have...
1,644
Posted By vinna
trobule with sed command. Plz help?
I trying to replace a value with some other value in a file using sed command. Both the replacing and replacable values may contain special charcters (example old value="c:\\tmp" and new...
4,862
Posted By vinna
I want to get timestamp from a text file using ksh
[12/17 07:25:08,005] for example : 07:25

Thanks
3,140
Posted By vinna
Thanks very much.The problem is resolved....
Thanks very much.The problem is resolved. GETUID's value is not showing in the script.
3,140
Posted By vinna
<UID>12345678765333223424</UID> GETUID...
<UID>12345678765333223424</UID>

GETUID stores the above value.

when i directly give the value 1234........... in sed it works fine .
3,140
Posted By vinna
I'm using ksh and also getting GETUID. When i use...
I'm using ksh and also getting GETUID. When i use echo it is printing.
3,140
Posted By vinna
I'm using ksh
I'm using ksh
3,140
Posted By vinna
Thanks.I tried it but not working. I'm getting...
Thanks.I tried it but not working. I'm getting same old file without updating new value.
3,140
Posted By vinna
sed help
Hi All,

I'm executing the statement defined below

sed 's/${GETUID}/${NEW}/g' test.xml > newTest.xml
mv newTest.xml test.xml

The value of GETUID is 123456789101
The value of NEW is...
16,924
Posted By vinna
Script Help
In the above defined xml file, all the tag elements are defined in a single line. Then how to get isbn?

for example:
...
16,924
Posted By vinna
Parsing and getting data from XML file using ksh script
Hi All,

I have a xml file for example as described below

<xml>
<address>
<street><street>
<address/>
<isbn>426728783932020308393930303</isbn>
<book>
<name>
</name>
</book>
.
.
....
1,261
Posted By vinna
More information
How can i get the value 4 so that i can use AS FOLLOWS

if [[ $n ]] ; then
echo "Found"
else
echo "Not Found"
fi

Thanks
1,261
Posted By vinna
Thanks For your fast reply
Thanks For your fast reply
1,261
Posted By vinna
String manuplations
I have following strings XXXXXCello1, XXXCELL1,XXXXCELL1 and XXXXXX.
where "X" can be replaced by any character. I want to check the occurences of a word "CELL" or "cell" or "Cell" in above...
Showing results 1 to 19 of 19

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