BK RepaceEm: I need help

  • Thread starter Thread starter Jan2004
  • Start date Start date
J

Jan2004

Who knows how to remove with (BK ReplaceEm) in text file:

(e-mail address removed)
(e-mail address removed)
(e-mail address removed)
(e-mail address removed)
(e-mail address removed)

all lines with biro beginning ?

Or, may be, another tool makes it better ?


Thanks for help: Jan2004
 
Who knows how to remove with (BK ReplaceEm) in text file:

(e-mail address removed)
(e-mail address removed)
(e-mail address removed)
(e-mail address removed)
(e-mail address removed)

all lines with biro beginning ?

Or, may be, another tool makes it better ?


Thanks for help: Jan2004

For this, I would use Lexacorp LineStrip
http://www.lexacorp.com.pg/miscsoft.html

screenshot
http://www.lexacorp.com.pg/images/linestrip-SS.gif

download
http://www.lexacorp.com.pg/soft/linestrp.exe
 
Who knows how to remove with (BK ReplaceEm) in text file:

(e-mail address removed)
(e-mail address removed)
(e-mail address removed)
(e-mail address removed)
(e-mail address removed)

all lines with biro beginning ?

Or, may be, another tool makes it better ?


Thanks for help: Jan2004

Grep for Windows - <http://www.interlog.com/~tcharron/grep.html>

grep -v "^biro" input.txt >output.txt
 
Back
Top