Jump to content

franco

Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by franco

  1. Hi, I need a workflow that searches folders located on NAS starting from a list of predefined folders. I need also to limit searches to 1 folder depth on NAS for speed and accurate search result. Example: I want to tell Alfred to look only inside this set of folders: /volumes/data/folder1 /volumes/data/folder2 /volumes/data/folder3 and limit the folder depth to 1 so only folders inside the folder list are searched. Using the 'find' command it would be: find /volumes/data/folder1 -maxdepth 1 find /volumes/data/folder2 -maxdepth 1 find /volumes/data/folder3 -maxdepth 1 Note: NAS is not indexed.
×
×
  • Create New...