Computer scienceSystem administration and DevOpsCommand lineWorking with files

Searching executables

Showing $PATH contents

Report a typo

Run a command that will display the contents of your $PATH:

Sample Input 1:

$PATH

Sample Output 1:

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Write a program in Shell
#!/usr/bin/env bash
function solve() {
# put your code here
}
___

Create a free account to access the full topic