Choose the command used to perform each of the following tasks.
1. From your home directory, redirect the output of the
ls
command to a file called
c.bach
cat > c.bach
ls > c.bach
ls < c.bach
ls | c.bach