|
View previous topic :: View next topic
|
| Author |
Message |
sood16
New User
Joined: 23 Jul 2006 Posts: 5
|
|
|
|
Hi
I want to delete all the lines in a dataset containing particular string.Lines are not continuous am trying to use
X ALL;F ALL '++++';DELETE ALL X
but its deleting all the lines not containing ++++
Please tell me the command for this |
|
| Back to top |
|
 |
ofer71
Global Moderator

Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
Sorry, my mistake. Here it is again:
Try either:
X ALL;F ALL '++++';DELETE ALL NX
or
X ALL '++++';DELETE ALL X
O. |
|
| Back to top |
|
 |
sood16
New User
Joined: 23 Jul 2006 Posts: 5
|
|
|
|
| Thanks Active user NX worked |
|
| Back to top |
|
 |
ofer71
Global Moderator

Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
No problem, New User...
O. |
|
| Back to top |
|
 |
|
|