![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pro*c coding | user71408 | UNIX for Dummies Questions & Answers | 1 | 03-25-2008 05:52 AM |
| Coding on my Mac | DKNUCKLES | Shell Programming and Scripting | 1 | 11-28-2007 04:35 AM |
| where i get coding for networking in C? | xpertlakshmi | High Level Programming | 2 | 08-19-2006 01:08 AM |
| can I use this coding | w33man | UNIX for Advanced & Expert Users | 6 | 03-02-2004 08:49 AM |
| Unix Coding Standards | himanshu_s | UNIX for Dummies Questions & Answers | 3 | 12-06-2001 04:34 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
one simple idea to get a abstract idea about the sed script or command doing
see the command sed "/[\t][:0123456789]*$/d" here d is the command and thus it does some delete operation and since there is no s command it can be sure that it does not do a pattern substitution here the pattern is /[\t][:0123456789]*$/ and it says the pattern contains tab then may be : or any digit then anything and then end please try to give examples to prove what u feel or demand to be true Rakesh UV |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|