You issue the command head * what would the resulting output be?
Answer / 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 |
What is Write Command?
How do you create a file in linux?
How many types of commands are there in linux?
Explain the linux ‘cd’ command options along with the description?
How to write the output of a command to a file?
Why ls -F dev/log file output indicate as = sign at end of the file name?
what are the init levels in Linux?
Explain getopts command of linux?
In Linux how you set time a limit on quota?
When is it better to use the more command rather than cat command?
How does grep work in linux?
Which command puts a script to sleep untill a signal is recieved?