Multiple choice The command “n>&m” is used for merging an input from stream n with stream m merging an output from stream n with stream m merging an input from stream m with stream n merging an output from stream m with stream n All of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation The command “n>&m” is a redirection command in UNIX. It is used for merging an output from stream n with stream m.