Computer scienceSystem administration and DevOpsCommand lineText processing

Getting data from standard input

Use the input

Report a typo

Write a script to output variable from STDIN.

Sample Input 1:

Mario

Sample Output 1:

Mario
Write a program in Shell
#!/usr/bin/env bash
function solve() {
# put your code here
}
___

Create a free account to access the full topic