find . -name '*.py'
^^ note the use of -name flag
^^^ note the use the shell pattern *.py (note this is globbing not regex syntax).
^^^^ note the pattern is provided within single quotes, if it was full name of file, then you don't need the quotes but for patterns you do
find . -name '*.py'
^^ note the use of -name flag
^^^ note the use the shell pattern *.py (note this is globbing not regex syntax).
^^^^ note the pattern is provided within single quotes, if it was full name of file, then you don't need the quotes but for patterns you do
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |