if we create a file, in that 10 rows(means 1,2,....9,10
like). i want 7 row exactly, which command use in unix?
plz send this question.
Answer Posted / guest
head -n 7 filename
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
Write a command that will display files in the current directory, in a colored, long format.
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What does this command do,"$more readme.txt“?
What is updatedb?
What is grep command in unix with examples?
What is the comma to display different lines that are found when compare two files?
What is the difference between cat command and more command?
How does the system know where one command ends and another begins?
Which command is used to find whether the system is 32 bit or 64 bit?
What does touch command do in unix?
How to use grep command to list find the records of a file containing 10 different strings?
Does cp command overwrite files?
Explain command to display different lines that are found when compare two files?
What is awk good for?
What is the behavioural difference between cmp and diff commands?