grep -r “docker-compose.yaml” /etc or sudo find / | grep -i "docker-compose.yaml" or ll | grep -i "docker-compose.yaml"
#!/bin/bash grep "$1" $2 # Search the string $1 in the file $2