DosTips.com
A Forum all about DOS Batch
Skip to content
Search
Advanced search
Quick links
Unanswered topics
Active topics
Search
The team
FAQ
Login
Register
DosTips.com
Board index
Search
Unanswered topics
Active topics
Search found 1 match
Go to advanced search
Search
Advanced search
Search found 1 match • Page
1
of
1
by
joeshoe
30 Apr 2014 09:47
Forum:
DOS Batch Forum
Topic:
Question about Removing duplicate lines [SOLVED]
Replies:
10
Views:
19024
Re: Question about Removing duplicate lines [SOLVED]
for /f "tokens=2 delims=/" %%a in (text.txt) do echo,%%a>> text_done.txt
Probably a stupid question, but is there in something so it only leaves the first instance? Instead of the output being a blank text file?
Checked out stack overflow thread, but way over my head
Jump to post
Display:
All results
1 day
7 days
2 weeks
1 month
3 months
6 months
1 year
Sort by:
Author
Post time
Forum
Topic title
Post subject
Direction:
Ascending
Descending
Search found 1 match • Page
1
of
1
Go to advanced search
Jump to
DosTips - Dos Batch
↳ DOS Batch Forum