in reply to Re^2: Efficient way to replace a set of values with another set of values
in thread Efficient way to replace a set of values with another set of values
perl -pi -e 's/^(\d+)/chr($1+96)/e' myfile
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Efficient way to replace a set of values with another set of values
by roboticus (Chancellor) on Nov 23, 2012 at 14:57 UTC | |
by AnomalousMonk (Archbishop) on Nov 23, 2012 at 22:58 UTC | |
by ColonelPanic (Friar) on Nov 23, 2012 at 15:54 UTC | |
by tobyink (Canon) on Nov 23, 2012 at 16:00 UTC |