Move file to another directory

Report a typo

You have the secret.txt file in the current directory, move the file to the secrets directory.

Sample Input 1:

8086

Sample Output 1:

8086
Write a program in Shell
#!/usr/bin/env bash
function solve() {
# add your solution here

}
___

Create a free account to access the full topic