Regular Expression #31080 (9/7/2007 12:28:56 PM) comp.lang.perl.misc Hi, I 'm looking for a regular expression, which will find a certain word in a text and replace it, if and only if it does not appear inside an a html link or inside a tag, for example as an attribute or tag n... fritz
Matching umlauts12113 (10/18/2006 4:50:29 PM) comp.lang.perl.misc Hi, I have to match words, which contains umlauts like =E4=F6=FC and also french and other ones. Is there a way to use regular expressions in such a way that those get treated like their normal corresponding ... fritz
Mounting USB external harddrive via fstab477 (10/15/2006 6:43:25 AM) comp.os.linux.misc Hi, I'm trying to mount my USB external harddrive at boottime via the /etc/fstab using the following entry: /dev/sda /onetouch ntfs rw,gid=6,umask=000,uid=1000 However, it's not getting mount... fritz
Mounting two external harddisks032 (10/14/2006 3:06:57 PM) comp.os.linux.misc Hi, I have to external harddisks connect via usb 2.0. One is a seagate (fat32) and the other a onetouch maxtor (ntfs). I can mount them seperately, when I disconnect the other drive and reboot. Using autofs a... fritz
Match regular expression from LEFT to right1361 (8/25/2006 1:49:33 PM) comp.lang.perl.misc Hi, lets say I have the following string: dfsdfre fsdsfd35gd khf758 afdga654jhuotj 67kfbs356sh tu65 hbrubs and I would like to capture the text before the until the first and the text after until the fi... fritz
grep with CR & LF629 (8/2/2006 7:58:42 AM) comp.os.linux.misc Hi, how can I use the carriage return and linefeed character in a grep expression? Say I want to grep everything, which contains a LFLF ? How could I achieve this? Is grep the right tool for this? I have hea... fritz
How to print all lines of a file starting from line number X443 (7/12/2006 4:12:47 PM) comp.os.linux.misc Hi, with which command can I print all lines after a certain line number. I know that with head I can display the first X and with tail the last Y. How do print all lines which start at a certain line until t... fritz
Umlauts not being displayed in the shell398 (5/18/2006 10:25:33 AM) comp.os.linux.misc Hi, my problem: I can't display umlauts like =E4=F6=FC in the bash anymore! If I do a "ls" on a directory, all umlauts get displayed as "?" (questions marks). I don't know what I changed that this happen now,... fritz
Segmentation fault using regular expressions263 (5/8/2006 6:34:04 PM) comp.lang.perl.misc Hi, running regular expressions against many different HTML pages somethimes causes a segmentation fault. This happens fairly seldom. That the regular expression cannot be evaluate is actually not bad for the... fritz
String comparisson using bash236 (4/26/2006 7:35:52 AM) comp.os.linux.misc Hi, how do I check if a shell variabel starts or end with a certain string using an if then clause like construct? Fritz ... fritz
Looping through from A to Z1344 (9/26/2005 1:33:46 PM) comp.os.linux.misc Hi, does somebody know, which bash construct will allow me to loop through the letters from a to z. for i in [A-Z]*; do echo $i ; done ; Did not work, because it will work on files. I basically nedd a list o... fritz-bayer(165)
How to recover symlinks for debian???1848 (9/28/2005 3:07:09 PM) comp.os.linux.misc Hi, I accidently delete all symbolic links in my /etc/ directory. I know that's really stupid. I'm using debian/sarge. Does somebody know how I could recreated all the symbolic links, which got lost? Fritz ... fritz-bayer(165)
ALSA / KDE with Debian Sarge / 2.6.13128 (11/12/2005 12:16:31 PM) comp.os.linux.misc Hello, when I login to KDE I can hear the "welcome sound". After that so, the sound stops working. I can get it working again, by executing "/etc/init.d/alsa start". Why does sound suddently stop working afte... fritz-bayer(165)
wget646 (1/7/2006 10:05:39 AM) comp.os.linux.misc Hi, I'm trying to mirror the homepages, retrieved from a google search. The problem is, that wget does not retrieve the homepages from the search. Does anybody know how to use wget, so that it will download t... fritz-bayer(165)
Difference of & in perl and php328 (3/3/2006 4:41:46 PM) comp.lang.php Hello, I'm porting a program from php to perl and discovered, that the bitwise operator & seems to work differently, which I don't understand why. I tested it with the values: a=5543039447 and b=13 Then in ... fritz-bayer(165)
& behaves differently2919 (3/3/2006 5:32:40 PM) comp.lang.php Hi, why does the php expression $result = 5543039447 & 2147483648; when executed evaluate to 0, whereas the perl expression $same = 5543039447 & 2147483648 ; evaluate to 2147483648 ??? Fritz ... fritz-bayer(165)
rsync / Include only1254 (4/16/2006 9:53:01 AM) comp.os.linux.misc Hi, I'm using rsync to backup a java application server. Only want to backup the config files, which differ from the base installation.Those files end either with ".xml", ".conf" or ".properties". How can I d... fritz-bayer(165)
Umlauts not being displayed in the shell398 (5/18/2006 10:25:33 AM) comp.os.linux.misc Hi, my problem: I can't display umlauts like =E4=F6=FC in the bash anymore! If I do a "ls" on a directory, all umlauts get displayed as "?" (questions marks). I don't know what I changed that this happen now,... fritz-bayer(165)
Mounting USB external harddrive via fstab477 (10/15/2006 6:43:25 AM) comp.os.linux.misc Hi, I'm trying to mount my USB external harddrive at boottime via the /etc/fstab using the following entry: /dev/sda /onetouch ntfs rw,gid=6,umask=000,uid=1000 However, it's not getting mount... fritz-bayer(165)