ls -al | grep -o ??the command that will list all two character
files in the /usr/bin directory.
Not the best solution, but it works.
ls -al ?? works too.
the command that will list the files in the /usr/bin directory
that begin with x or z.
ls -al x* , z*
Not the best solution, but it works.
who > whoisonthe command that will save the result of the who command
to the file whoison.
Sidenote: You are not a new member , so you should know that this is not a Linux/Unix Support forum.



