Re: Remove the first 3 characters after reading each line



Maybe that works
cat jobs.txt | sed 's/\(^.\{3\}\)\(.*\)/\1/'


--
Stephan 'smg' Grein, <stephan at stephan minus rockt dot de>
https://stephangrein.de
GnuPG-Key-ID: 0xF8C275D4
FingerPrint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
.



Relevant Pages