Is there a way to do recursive file listings using...
# general
j
Is there a way to do recursive file listings using the file table? select * from file where path LIKE '/etc/%' gives me only the files in that folder, not any subfolders.