in reply to Re: 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^3: Efficient way to replace a set of values with another set of values
by space_monk (Chaplain) on Nov 23, 2012 at 13:08 UTC | |
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 |