home
Find a file or pattern recursively from the current directory
find . -name "${pattern}"
Here you can fill in the variables to customize your command. You can also click button below to grab the url with the variables you already filled in. Visiting that url will pre-fill them in you next visit. That allows you to customize and save your snippets. You don't have to fill all the variables, just the ones you think will change less often.
copy the url
copy
sh
find . -name "${pattern}"

With this command we can search from the terminal easily

copy
sh
find . -name "somename*"