Manipulation with PATH

Report a typo

You need to append (add, not replace) directory /home/dumbledore/local to the PATH variable.

Note: don't use spaces around the directory path.

Sample Input 1:

Sample Output 1:

OK
Write a program in Shell
#!/usr/bin/env bash

function solve {
# add your solution here

}
___

Create a free account to access the full topic