How would you print just the 25th line in a file using
smallest shell script?
Answer Posted / guest
head -25 filename | tail -1
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What are the zombie processes?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
How will you copy a file from one machine to other?
Is powershell a language?
What is bash coding?
When should shell programming/scripting not be used?
Why do we use shell scripting?
Can we run shell script in windows?
What is an sh file?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
What's the difference between scripting and coding?
How will you print the login names of all users on a system?
Write down the syntax of "for " loop
What is a shell made of?
How do I start a shell script?