Search Results

Search: Posts Made By: redraiment
Forum: AIX 03-31-2010
5,425
Posted By redraiment
Thanks very much! ^_^
Thanks very much! ^_^
Forum: AIX 03-31-2010
5,425
Posted By redraiment
Does anyone know the version of make on AIX 5.1 & 5.3?
Could you tell me the version of default make on AIX 5.1 & 5.3?
2,288
Posted By redraiment
the var stone as string... $ eval "`echo...
the var stone as string...

$ eval "`echo '9999999999999999999999999999999999999999999999999999999 + 11111111111111111111111111111111111111111111111111111 =notimportanttext' | sed...
4,839
Posted By redraiment
$ echo "print LOG \n" print LOG \n
$ echo "print LOG \n"
print LOG \n
2,288
Posted By redraiment
$ eval "`echo '8275610268 + 9012383215...
$ eval "`echo '8275610268 + 9012383215 =notimportanttext' | sed 's/\([0-9]\+\)[^0-9]\+\([0-9]\+\).*/a=\1\nb=\2/'`"
$ echo $a
8275610268
$ echo $b
9012383215
1,736
Posted By redraiment
Thank you very much! This bug has been fixed in...
Thank you very much! This bug has been fixed in v3.1.6;)
1,736
Posted By redraiment
Matched by /\B/ in GNU awk
My GNU awk's version is 3.1.5, the special regexp operator '\B' can't work as expected.
The document from "The GNU Awk User's Guide (http://www.gnu.org/software/gawk/manual/gawk.html)"

It's my...
62,906
Posted By redraiment
Thanks! sed range pattern will include more than...
Thanks! sed range pattern will include more than one line. But, using the line number, can be the same line. like:
sed '1,1d'
:p
62,906
Posted By redraiment
:b:, that's right! I take a mistake.
:b:, that's right! I take a mistake.
62,906
Posted By redraiment
try sed '1,/regex/d' will not include the...
try
sed '1,/regex/d'
will not include the first pattern line.

example:

$ cat data
123
ABC
DEF
GHI
$ sed '1,/A/d' data
DEF
GHI
Showing results 1 to 10 of 10

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