I need help with Unix commands -
Provide the full Unix command, using I/O redirection, that stores the contents of file A into a new file called D.
Provide another Unix command that stores the contents of file A into a new file called E, using a pipe.
Thanks

