How would you print just the 25th line in a file using
smallest shell script?
Answer Posted / santana20142003
$ls -lrt | awk 'NR==2'
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
How to redirect both standard output and standard error to the same location?
What is bourne shell scripting?
What is bash command used for?
What is subshell?
What happens when you type ls?
How does shell scripting work?
What can you do with powershell?
Is powershell a bash?
What are the 3 standard streams in linux?
What is $1 in shell scripting?
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.
What is the best shell scripting language?
State the advantages of shell scripting?
How to open a read-only file in the shell?
How do you find out What is your shell?