Run a command that will display the contents of your $PATH:
Searching executables
Showing $PATH contents
Report a typo
Sample Input 1:
$PATHSample Output 1:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/binWrite a program in Shell
#!/usr/bin/env bash
function solve() {
# put your code here
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.