Change your current directory

Report a typo

Write a command that will change your current /tmp directory to the /tmp/apps.

Sample Input 1:

Sample Output 1:

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

}
___

Create a free account to access the full topic