I want to find all the different .gitignore files I have to combine them into one.
I tried something like find */**/.gitignore
but that came up with nothing.
All the files are in sub directories of my current dir, as well as the current directory.
I am using Bash on linux
That should do
Since you are using bash:
From
man bash
: