| Anonymous | Login | Signup for a new account | 11-10-2008 11:11 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001214 | [BusyBox] Other | minor | always | 02-13-07 10:16 | 02-28-08 09:59 | ||||
| Reporter | regunkov | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 1.4.x | ||||||
| Summary | 0001214: Sed uncorrect work with branches. | ||||||||
| Description |
root@nsg /root # echo -e '0\n1\n2\n3\n4\n' | sed -e 's/1/x/;T;n;: next;s/3/y/;t quit;n;b next;: quit;q' 0 x 2 root@nsg /root # But it must be regunkov@roman /home/nsg/src/linux-2.4.32-x-nsg/Documentation/filesystems $ echo -e '0\n1\n2\n3\n4\n' | sed -e 's/1/x/;T;n;: next;s/3/y/;t quit;n;b next;: quit;q' 0 x 2 y regunkov@roman /home/nsg/src/linux-2.4.32-x-nsg/Documentation/filesystems $ |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |