User Interaction And Arithmetic Operations In Shell Script
What is User Interactions?
-> In the previous blog we have seen that if we have to print the name then we were setting it in the script only. For Example
#!/bin/bash
name="Bhaskar"
echo "Name is $name"
-> But if we want to take this value from the U...
bhaskar422.hashnode.dev2 min read