In BASH, I thought of using sed , but I can't figure out how to extract the template instead of the usual replacement.
For instance:
FILENAME = 'blah_blah _ ####### _ blah.ext'
the number of ciphers (in the above example, written with the replacement "#"), can be 7 or 10
I want to extract only the number
zetah source share