Re: Remove the first 3 characters after reading each line
- From: Stephan 'smg' Grein <stephan@xxxxxxxxxxxxxxxx>
- Date: Thu, 28 Sep 2006 18:59:13 +0200
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
.
- References:
- Remove the first 3 characters after reading each line
- From: nicetom786
- Remove the first 3 characters after reading each line
- Prev by Date: Re: finding libraries
- Next by Date: Re: [newbie] How to copy and paste many command at once ?
- Previous by thread: Remove the first 3 characters after reading each line
- Next by thread: Re: Remove the first 3 characters after reading each line
- Index(es):
Relevant Pages
|