search for: eee5

Displaying 2 results from an estimated 2 matches for "eee5".

Did you mean: eee
2006 May 05
2
can you do global match regular expressions?
I cant figure out how to do global regular expressions in ruby. Im not even sure if its possible. In the "Programming Ruby" book there is no mention of it. Can you do this? text = "aaa1 bbb2 ccccc3 dddddd4 eee5" re = /\w+\d{1}/ matches = re.match text m[0] = "aaa1" m[1] = nil m[2] = nil and so on.... Is there any way to get an array of all the matches?? Thanks Chris -- Posted via http://www.ruby-forum.com/.
2010 Dec 13
3
Slow I/O on ocfs2 file system
...: # mkfs.ocfs2 -T mail /dev/mapper/mpath0 * Mount parameters: # mount | grep verejna /dev/mapper/3600a0b800067df83000003ba4ba0f5ef on /data/verejna type ocfs2 (rw,_netdev,heartbeat=local) # mounted.ocfs2 -d Device FS UUID Label /dev/sdb ocfs2 91ae6ead-eee5-42fe-957c-9392e02b5d90 /dev/dm-7 ocfs2 91ae6ead-eee5-42fe-957c-9392e02b5d90 Please, could I ask, what could be wrong? Thanks. Best regards, Michal Vyoral