0

I have a file that has to be read and the output should be appended to the output.txt file how can i do this?

1
  • 1
    Wow and you couldn't find answer to this on existing SO answers? Commented Mar 29, 2013 at 12:13

1 Answer 1

2

are you looking for this??

cat fileneed2bread >> output.txt
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.