I know how to append text from one file to another (or strings) with >>, but I am wondering if there is a way to append the new data to the top of the text file, as opposed to the bottom.
type filea.txt > filec.txt
type fileb.txt >> filec.txt
del fileb.txt
ren filec.txt fileb.txt
That'll work, thanks!
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |