IT Shop Talk
.NET and SharePoint tips, tricks, and things I need to know.
Links
Twitter
Delicious
Smashing Magazine
engadget
Tuesday, September 27, 2011
Concatenate Text Files
DOS command for concatenating multiple text files:
-- Syntax
for <variablename> in (<directorylisting>) do <command> <variablename>
-- Exmaple
for %f in (*.log) do type “%f” >> aggregate.txt
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment