Search Results

Search: Posts Made By: Gaurang033
Forum: Linux 10-16-2008
9,693
Posted By Gaurang033
lease { interface "eth0"; fixed-address...
lease {
interface "eth0";
fixed-address 10.101.1.133;
filename "pxelinux.bin";
option subnet-mask 255.255.255.0;
option routers 10.101.1.1;
option dhcp-lease-time 1209600;
option...
Forum: Linux 10-15-2008
9,693
Posted By Gaurang033
DHCP IP Renewal
Hi guys,

I just wanted to know is there any way we can know that the linux has renew it's lease time..

My network has configuration that gives the same IP every time u renew the IP. So when it...
2,077
Posted By Gaurang033
Yup. u are right.. but it's not in my hand to...
Yup. u are right.. but it's not in my hand to change it.. I am working as a QA member and now I need to check that even thought the ext3 partition is corrupted the system should take care of it.
...
2,077
Posted By Gaurang033
how to Corrup ext3 paration
hi guys,

I am testing some embedded device.. In which there were a bug due to the corruption of the ext3 partition. ( if the partition was currapated all system was crashing )

Now developers...
2,597
Posted By Gaurang033
sed -i 's/RXOTX /RXOTRX /' filename
sed -i 's/RXOTX /RXOTRX /' filename
2,124
Posted By Gaurang033
That's what i am asking. I know "a?" means 0 or 1...
That's what i am asking. I know "a?" means 0 or 1 occurrence of preceding pattern. I was thinking it as exactly 0 or 1 occurrence. but it's not like that. I am not getting the difference between...
4,042
Posted By Gaurang033
-ep is used to compare the numeric values ... To...
-ep is used to compare the numeric values ... To compare the string use this

if [ "$1" == "deploy" ]; then
echo "match"
fi
2,124
Posted By Gaurang033
Difference between "?" and "*"
Hi frnds,

Can anybody please tell me what is the difference between "?" and "*" Regular expression.

I have file called test.txt as follows
a
aa
aba
pqr
xyz

Both

egrep "a?"...
2,541
Posted By Gaurang033
hey thanx, But above code prints all the...
hey thanx,

But above code prints all the strings that contains 2 or more then 2 "a" characters.

I want strings that contain exactly 2 "a" charcters.

for example if file contains
a
aa...
2,541
Posted By Gaurang033
Hi Thnx for your reply . 1) But when I...
Hi
Thnx for your reply
.
1) But when I refer the book and some other on line articles they says that "?" will print 0 or 1 occurrence of the preceding character ?? ( I was understanding it as...
2,541
Posted By Gaurang033
Regular Exression Confusion
Hi All,

I am new to shell script. And right now learning regular expression. I am using BASH as a shell and RedHat Linux. I have couple of doubts regarding the regular expression

1) +
...
15,704
Posted By Gaurang033
hey the solution is nice.. and hope it will...
hey the solution is nice.. and hope it will work.. but the problem is that I don't have only the data I have displayed here in the input.txt file...
There are other much data above it too...

By...
15,704
Posted By Gaurang033
Sed append newline character
Hi All,

I am new to Shell scripting.. I have a task to parse the text file into csv format. more then half the things has done.

But the problem is when I use the sed command in shell script....
Showing results 1 to 13 of 13

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