
October 19th, 2010, 10:49 PM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 2
Time spent in forums: 23 m 5 sec
Reputation Power: 0
|
|
I haven't seen the copying i need
i've spent 3 hours on google trying to find the answer to this. i have a directory full of .txt files and files that got misextentioned, but are supposed to be .txt files. i want to combine all of them into one big .txt file. cat *.* bigfile.txt doesn't work, because *.* isn't a file or directory, so how do i tell it all? if * isn't all then how the eff do i say it?? 
|