![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| file name transformation | vrms | Shell Programming and Scripting | 16 | 05-27-2008 09:49 AM |
| Color Transformation Language 1.4.1 (Default branch) | iBot | Software Releases - RSS News | 0 | 03-18-2008 08:10 AM |
| Event Transformation Services | iBot | Complex Event Processing RSS News | 0 | 08-24-2007 04:30 PM |
| Apply transformation logic in 2 different files | HAA | Shell Programming and Scripting | 1 | 07-10-2007 05:33 AM |
| Transformation capital letter | Dark Angel | UNIX for Dummies Questions & Answers | 1 | 01-24-2002 04:17 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||||
|
Hi there,
I'm trying to extract automatically opening hours from a website. The page displaying the schedules is http://www.natureetdecouvertes.com/p...sp?mag_cod=xxx with xxx going from 101 to 174 I managed to get the following output : Code:
le lundi de 10.30 à 19.30
le mardi de 9.30 à 19.30
blank
le jeudi de 9.30 à 19.30
le vendredi de 9.30 à 19.30
le samedi de 10.30 à 21.30
blank
blank is an actual blank line (not displaying anything) How can I now get the final output: Code:
"10:30 19:30|09:30 19:30| |09:30 19:30|09:30 19:30|10:30 21:30| " Santiago |
| Bookmarks |
| Tags |
| awk, sed |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|