![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to convert C source from 8bit chars to 16bit chars? | siegfried | Shell Programming and Scripting | 0 | 09-26-2007 11:26 AM |
| catching some errors | bebop1111116 | Shell Programming and Scripting | 5 | 09-29-2006 10:12 AM |
| Catching all Exit Codes | Sivaswami J | Shell Programming and Scripting | 3 | 02-16-2006 04:13 PM |
| Catching signal and piping | joseph_ng | High Level Programming | 7 | 11-14-2005 08:04 AM |
| catching interrupts | toughguy2handle | UNIX for Dummies Questions & Answers | 1 | 09-19-2005 12:17 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#8
|
||||
|
||||
|
Quote:
Have you tried running this code? |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
I forgot to include the syntax done at the end of the script.
thanks. |
|
#10
|
|||
|
|||
|
awk last characters
Thanks, I tried both the:...
nawk '{print substr($0, length($0)-1)}' text.file and also the sed 's/^.*\(..\)$/\1/' text.file and both these work rkL1 ---thanks for your input, but these simpler methods works fine... thanks to all for your speedy responses' |
|||
| Google The UNIX and Linux Forums |