![]() |
|
|
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 |
| Range specification in for loop | Niyati | Shell Programming and Scripting | 2 | 09-20-2007 02:47 AM |
| hw can i count the number of character in a file by perl | trupti_rinku | Shell Programming and Scripting | 1 | 10-31-2006 07:27 AM |
| defining a variable as a number or character? | noobian | UNIX for Dummies Questions & Answers | 1 | 04-26-2005 09:19 PM |
| Number or Character | j1yant | Shell Programming and Scripting | 3 | 02-10-2003 02:08 AM |
| HD specification | abolshoun | UNIX for Dummies Questions & Answers | 2 | 08-13-2001 11:49 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Sed character number specification
I have the following sed command:
sed '/7361105/s/^\(................................................................................................. .............................................................................\)....\(.*\)/\16776\2/' arch.txt > arch.tmp && mv arch.tmp arch.txt and I would like to replace the n "." (174 characters) in the first expression, to an expression that does the same (indicate that I want to replace from character number 175). I've checked it out in manuals and tutorials but I can't seem to make it work. Any ideas? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|