Search found 6 matches
- Thu Nov 29, 2012 10:01 pm
- Forum: General
- Topic: Search in Files
- Replies: 2
- Views: 583
- Tue Jul 03, 2012 9:17 am
- Forum: General
- Topic: deleting specific parts of a line
- Replies: 5
- Views: 1040
- Mon Jul 02, 2012 6:32 pm
- Forum: General
- Topic: deleting specific parts of a line
- Replies: 5
- Views: 1040
replace only the tab
so if I only wanted to replace say the 8th tab with a character like "-", would I enter this regex?
Find what: ^(([^\t]*\t){5})[^\t]*\t
Replace with: \-
damn but regex are confusing!
Find what: ^(([^\t]*\t){5})[^\t]*\t
Replace with: \-
damn but regex are confusing!
- Mon Jul 02, 2012 4:36 pm
- Forum: General
- Topic: deleting specific parts of a line
- Replies: 5
- Views: 1040
- Mon Jul 02, 2012 1:40 pm
- Forum: General
- Topic: deleting specific parts of a line
- Replies: 5
- Views: 1040
deleting specific parts of a line
As a newbie, I've been trying to find some stuff on this but am bewildered!
I have a bunch of text files (200+) with tab-delimited data like that below (with \t added to show the tabs). Each file has up to 30000 lines of data all in the same format but I want to delete the Field with addresses ie ...
I have a bunch of text files (200+) with tab-delimited data like that below (with \t added to show the tabs). Each file has up to 30000 lines of data all in the same format but I want to delete the Field with addresses ie ...
- Mon May 28, 2012 1:59 pm
- Forum: General
- Topic: Search in Files
- Replies: 2
- Views: 583
Search in Files
Is there anyway you can automate (or run a macro) Find in Files? I want to use a list of names to search in several hundred txt files and get an output file that lists each occurrence. I can do this manually of course or run a grep command in ubuntu but I want the results in Windows and would rather ...