On Thursday 13 of May 2004 13:29, Karol Kreński wrote: > Witam, > > sed 4.0.7: > echo hda1 | sed 's/\w*//g' > 1 > > sed 4.0.9: (zwraca pustkę???) > echo hda1 | sed 's/\w*//g'
# rpm -q sed sed-4.0.9-1 # echo hda1 | sed 's/\\w*//g' hda1 \w to synonim [[:alnum:]], ktore oznacza [0-9A-Za-z] imho dziala dobrze. -- If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Digital and all the music is free... _______________________________________________________ złota zasada - kto się nie zna, niech się nie wypowiada
