The command
echo a*
will display:
- All of the files in the current directory that begin with an “a” character.
- Only the file named “a*”.
- All of the files in any directory that begin with an “a” character.
- All of the files in the current directory that begin with an “a” or “A” character.
Please login or Register to submit your answer