Search Results

Search: Posts Made By: research3
36,825
Posted By research3
Great , thank you Guys !
Great , thank you Guys !
36,825
Posted By research3
I don't know what is the different between this...
I don't know what is the different between this xml file but it not works:


<Table x:FullColumns='1' x:FullRows='1'>
<Row ss:AutoFitHeight='0' ss:Height='35'>
<Cell ss:MergeAcross='2'...
13,581
Posted By research3
check this one #!/bin/bash # #Config ...
check this one


#!/bin/bash
#
#Config

name="TEST Server"
path="/home/call4it/murmur"
user="call4it"
server="murmur.x86"
pid="$path/mumble"

# Startup Mumble Server

service_start() {...
36,825
Posted By research3
thanks fpmurphy, is there are a way to solve this...
thanks fpmurphy, is there are a way to solve this issue with awk ?
13,581
Posted By research3
there are missing two "fi" close statemenets ...
there are missing two "fi" close statemenets
fi
fi
13,581
Posted By research3
delete the lines below: + name='TEST...
delete the lines below:


+ name='TEST Server'
+ path=/home/call4it/murmur
+ user=call4it
+ server=murmur.x86
+ pid=/home/call4it/murmur/mumble
1,571
Posted By research3
what is the error message ?? exp file cannot be...
what is the error message ??
exp file cannot be found or permission denied

may be the cron tab user don't have a permission to start the script. ??
you can check it bycreate a script in the same...
36,825
Posted By research3
awk convert xml to csv
Hi,



I have an xml file and I want to convert it with awk in to a csv file

Test.xml


<Worksheet ss:Name="Map1">
<Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="2"...
3,200
Posted By research3
thanks ctsgnb for you description !
thanks ctsgnb for you description !
2,315
Posted By research3
w3m or you can use the follow python script: ...
w3m or you can use the follow python script:


#!/usr/bin/python
from urllib import urlopen
doc = urlopen("http://www.python.org").read()
print doc
2,252
Posted By research3
use printf printf "test\n" >...
use printf


printf "test\n" > test.txt
Forum: Programming 12-04-2010
10,336
Posted By research3
thanks for your post, it seems to be a good...
thanks for your post, it seems to be a good solution. too !!

reg
research3
Forum: Programming 12-01-2010
10,336
Posted By research3
python little ping script
Hi everyone,

I'm a newby in the python languages, and I try to make some parallels to shell.
My question is how ca I give the information to python that the line 3 "r=...." the string "line" is...
6,040
Posted By research3
that's true of corse!
that's true of corse!
2,831
Posted By research3
I will create now a new workaround for this task!...
I will create now a new workaround for this task!
Thanks michaelrozar17 for you feedback!
6,040
Posted By research3
or echo "/test/test2/test4" | tr '/' ' ' |...
or

echo "/test/test2/test4" | tr '/' ' ' | cut -f2 -d" "
2,831
Posted By research3
Unfortunately the same result: ...
Unfortunately the same result:


#!/bin/bash
5_MYVALUE="test"
echo "$5_MYVALUE"
echo "${5_MYVALUE}"


The output:


./script.sh
./script.sh: line 4: 5_MYVALUE=test: command not found...
2,831
Posted By research3
bash integer & string issue
Hi guys,

I need for the bash code below a little bit help: cat script.sh


#!/bin/bash
5_MYVALUE="test"
echo "$5_MYVALUE"



If I try to run the script, got follow failure:

...
2,286
Posted By research3
@all, The issue is from my point of view that...
@all,
The issue is from my point of view that the awk din't working in a loop,
the script working until the first row then beak to continue!

any ideas how can I chnage the awk script to use a...
2,286
Posted By research3
@rdcwayx you are simpy the best ;-) thank...
@rdcwayx
you are simpy the best ;-)

thank you !
2,286
Posted By research3
The output should be $./Script.sh PAY...
The output should be

$./Script.sh
PAY ATTENTION, There are different owner and group for the follow file : /mnt/adm/test
2,286
Posted By research3
@rdcwayx -- yes the defference of lines and...
@rdcwayx -- yes the defference of lines and columns!
2,286
Posted By research3
Compare files !!
Hi guys,

I have two files with follow entries:

cat File1.txt

700 testadm testsys /mnt/adm/global
755 testadm testsys /mnt/adm/profile
755 testadm testsys /mnt/adm/test

cat File2.txt
...
3,945
Posted By research3
I mean the autocommit option is available only in...
I mean the autocommit option is available only in differents cvs clients?
21,828
Posted By research3
dazdseg, I'm a little bit confused about you...
dazdseg, I'm a little bit confused about you post,
you mean that the command find run local but not in the ftp session, ??
Showing results 1 to 25 of 122

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