Need help with copy

Hi Gurus,

I need some help to fulfill the following requirement.

I have a file A and some contents in it and I have file B and some conent in it.
I need to append the contents on File A to FIle B.

I am sure its Basics but missing it.

Thank You,
Rama

It is very basic and called redirection:

cat fileA >> fileB
1 Like