Search Results

Search: Posts Made By: veerumahanthi41
4,615
Posted By veerumahanthi41
PLease resolve
I have done it by using expreesions as below

expr $C : $D

But i am getting an error as command not found.

Can anyone tell me how to match strings in the above program using shell...
4,615
Posted By veerumahanthi41
Please resolve it
I already done it by using grep command, but according to our requirement , we have to do it bu using only regular expressions.Can anyone tell me hoe it can be done by using regular expressions in...
4,615
Posted By veerumahanthi41
Matching strings using regular expressions
Ya i have done it but now i have to do the matching by using regular expressions.Can anyone tell me how it can be done.
4,615
Posted By veerumahanthi41
Matching strings in unix shell programming
#!bin/sh
`clear`
for i in $(seq -w 15 37);
do
#echo $i
wget --dns-timeout=0.0005 http://napdweb${i}.eao.abn-iad.ea.com:8000/webcore/test/test.jsp...
1,897
Posted By veerumahanthi41
Matching
Can anyone give a sample example of comparing two strings using matching concept in unix shell programming.

say we have two strings,S1 = ravi and S2 = kiran
how can i use matching concept to...
5,224
Posted By veerumahanthi41
wget --dns-timeout script
#!/bin/sh
# 'clear'
for i in $(seq -w 15 37);
do
echo $i
wget --dns-timeout=0.0001 http://napdweb${i}.eao.abn-iad.ea.com:8000/webcore/test/test.jsp -o 1
A=`cat 1`
C=$(expr "$A" :...
1,447
Posted By veerumahanthi41
please help me
Hi , I am new to shell programming.Can anyone help me with a sample example of how to get wget command output to a variable.
5,439
Posted By veerumahanthi41
Help me in resolving it
#!/bin/sh# 'clear'for i in $(seq -w 15 37)doecho $iecho The content in ZZ=`wget --dns-timeout=0.001 http://napdweb${i}.eao.abn-iad.ea.co.../test/test.jsp...
5,439
Posted By veerumahanthi41
Please resolve it
#!/bin/sh# 'clear'for i in $(seq -w 15 37)doecho $iecho The content in ZZ=`wget --dns-timeout=0.001 http://napdweb${i}.eao.abn-iad.ea.co.../test/test.jsp...
2,052
Posted By veerumahanthi41
please resolve the below problem
#!/bin/sh
# 'clear'
for i in $(seq -w 15 37)
do
echo $i
echo The content in Z
Z=`wget --dns-timeout=0.001 http://napdweb${i}.eao.abn-iad.ea.com:8000/webcore/test/test.jsp`
echo $Z...
3,369
Posted By veerumahanthi41
Help me
The content in Z before command
--19:17:12-- http://napdweb37.eao.abn-iad.ea.com:8000/webcore/test/test.jsp
Resolving napdweb37.eao.abn-iad.ea.com... 10.120.244.76
Connecting to...
3,369
Posted By veerumahanthi41
Hi , can anyone please help me. I am waiting for the answer.
HI can anyone help me, i am waiting for reply. since i have to complete my module it is urgent . can anyone help me please
3,369
Posted By veerumahanthi41
help with wget script.
#!/bin/sh
# 'clear'

for i in $(seq -w 15 37)
do
echo $i
echo The content in Z
Z=`wget --dns-timeout=0.001 http://napdweb${i}.eao.abn-iad.ea.com:8000/webcore/test/test.jsp`
echo $Z...
Showing results 1 to 13 of 13

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