Hackerrank as leverage

Lunch idea swap with ocp deployment


Hope to learn is the key !
not icecream but the want


learned there is a read command

You can create a simple Bash script that takes an input name and then displays a greeting message as follows:
!/bin/bash
Read the input name
read -p "Enter your name: " name
Display the greeting
echo "Welcome $name"
Save this script to a file, for instance, greet.sh. Make sure to give it execute permissions with the command chmod +x greet.sh. Then you can run the script, and it will prompt you for your name, which you can type into the terminal. After you input your name and press Enter, it will display the greeting with the name you provided.
input was getting added by the hackerrank

stdin

not direct but there is a gap




https://www.hackerrank.com/skills-verification/problem_solving_intermediate
Imported from rifaterdemsahin.com · 2024