Write a shell script that requests the user's age and then echoes it, along with some suitable comment.
Answer / Gautam Kumar Singh
Here is a simple shell script that does this:nnecho -n "Enter your age: "; read age;necho "You are $age years old."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is inode?
How do I check disk space in unix?
Is unix only for supercomputers?
how to find multiple string?
What is unix language?
Explain file system in unix.
How to display n-th line of a file in Unix?
Does windows 10 have unix?
How to terminate a shell script if statement?
What are the requirements for a swapper to work?
Is unix multiuser?
What are the core concepts of unix