linux how to find file names in a folder code example
Example 1: terminal how to find a file name
find / -name NAME.EXTENSION
Example 2: print in a tsv file all names of files in a directory linux
'ls' > files.csv
find / -name NAME.EXTENSION
'ls' > files.csv