Computer scienceSystem administration and DevOpsCommand lineWorking with files

Searching executables

Searching for executables

Report a typo

Search for executables inside $PATH (the name of an executable will be placed inside the $1 argument).

Sample Input 1:

echo

Sample Output 1:

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

Create a free account to access the full topic