Search Results

Search: Posts Made By: X-Or
1,970
Posted By X-Or
Yes, except that the part of IP should end with a...
Yes, except that the part of IP should end with a number not a dot.
1,970
Posted By X-Or
Yes thanks that's the idea, but the question it's...
Yes thanks that's the idea, but the question it's for Perl regex not POSIX.
1,970
Posted By X-Or
Thanks itkamaraj, To be honest i'm not very...
Thanks itkamaraj,

To be honest i'm not very familiar with Perl in command line, I intended to use grep.
And i'm searching for something very generic, because I won't to read first numbers each...
1,970
Posted By X-Or
Pattern matching in Perl
Hi,

I have a list of IP, eg :
192.168.0.15
192.168.0.24
192.168.2.110
192.168.2.200

And I would like the shortest pattern who match with '192.168.0' and '192.168.2' (without the last dot...
Forum: Programming 11-24-2009
2,654
Posted By X-Or
It not works, using GNU make. I solved with...
It not works, using GNU make.
I solved with that :

all:
dt=$$(date) && echo $$dt
13,106
Posted By X-Or
It do, thanks. The % char is used to read from...
It do, thanks.
The % char is used to read from the end of str ?
Forum: Programming 11-22-2009
2,654
Posted By X-Or
Make error
Hello,

Is someone know why this generate an error :


all:
dt = $(shell date)
echo "$(dt)"
13,106
Posted By X-Or
Ok thanks. str="It's cold, very cold" ...
Ok thanks.


str="It's cold, very cold"
pattern=${str/cold/hot}
echo $pattern
Is possible to replace the second "cold" by "hot" and keep the first "cold" with extended globbing ?
13,106
Posted By X-Or
Bonjour, Comment se nomme ce type de filtre...
Bonjour,

Comment se nomme ce type de filtre ? es-ce les expressions régulières ?
Showing results 1 to 9 of 9

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