Search found 2 matches
- Wed Jul 28, 2004 9:56 pm
- Forum: WildEdit
- Topic: deleting multiple lines at a time in the "Find what&quo
- Replies: 4
- Views: 1129
deleting multiple lines at a time in the "Find what&quo
Hi, In a text file I have multiple lines that I want to delete. I am using the begening of a line command to get rid of these lines. But It looks like I have to paste one command at a time to make it work. I would like to paste all of these regex to delete the lines that I want. ^Unique Visitor ...
- Wed Jul 28, 2004 4:02 pm
- Forum: WildEdit
- Topic: Deleting lines that start with any string
- Replies: 1
- Views: 850
Deleting lines that start with any string
Hi,
I just want to delete lines that starts with any string.
ex. reports number
1) sed '/^reports number/d'
2) ^reports number*$
ect... It does not work. Does anyone knoews the syntax?
Thanks
I just want to delete lines that starts with any string.
ex. reports number
1) sed '/^reports number/d'
2) ^reports number*$
ect... It does not work. Does anyone knoews the syntax?
Thanks