Computer scienceSystem administration and DevOpsCommand lineWorking with files

Searching executables

Which options

Report a typo

Run a command that will show multiple matches for the touch executable:

Sample Input 1:

touch

Sample Output 1:

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

Create a free account to access the full topic