(cat Type.txt && cat Test.txt && cat Owner.txt) > test.txt
that is my code it is alway out like
ddddddddddddd
aaaaaaaaaaaaa
sssssssssssss
but i want the output in txt file like this
dddddddddddaaaaaaaaaaaassssssssssss
i'm stuck on this :3
|
|
Use
Results:
|
|||||
|
|
An easy way is
or, equivalently,
A couple of drawbacks:
If either of the above is a show-stopper, get down and dirty with
|
|||
|
|