Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

merge files

Status
Not open for further replies.

windownt

Programmer
Joined
Nov 6, 2001
Messages
1
Location
CA
Hi,
I want to merging all MMDD* files into one file say today_file_dumb.csv and today_file_test.csv
Files format is below.

Thanks

file looks like

AAK_201104191802340972_dumb.csv
AAK_201104191802355572_dumb.csv
LLK_201104191702354722_dumb.csv

KKR_201104191802340972_test.csv
BBB_201104191802355572_test.csv
LLK_201104191802354722_test.csv




so i want

AAK_201104191802340972_dumb.csv
AAK_201104191802355572_dumb.csv
> today_file_dumb.csv

and

KKR_201104191802340972_test.csv
BBB_201104191802355572_test.csv
LLK_201104191802354722_test.csv
>today_file_test.csv
 
cat them into one, see the cat command man page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top