Computer scienceSystem administration and DevOpsCommand lineBash syntax

Loops and sequences

String separation in seq

Report a typo

Run the seq command with the range from the first ($1) to the second ($2) argument with the / separator.

Sample Input 1:

6 10

Sample Output 1:

6/7/8/9/10
Write a program in Shell
#!/usr/bin/env bash
function solve() {
# put your code here
}
___

Create a free account to access the full topic