adspace
You issue the command head * what would the resulting output be?
Answer Posted / Vikash Kumar Singh
The `head` command by default shows the first 10 lines of a file. If no file is specified, it acts on the standard input. Since the wildcard * represents all files in the current directory, it will display the first 10 lines from each of those files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers