is there something wrong with the way im doing glo...
# general
c
is there something wrong with the way im doing globbing here?
Copy code
osquery> select * from file where path = '/Users/clong/Library/RenderFiles/activity_agent.app';
      path = /Users/clong/Library/RenderFiles/activity_agent.app
 directory = /Users/clong/Library/RenderFiles
  filename = activity_agent.app
     inode = 20933120
       uid = 501
       gid = 20
      mode = 0755
    device = 0
      size = 102
block_size = 4096
     atime = 1494283817
     mtime = 1485485982
     ctime = 1494283626
     btime = 1485485982
hard_links = 3
      type = directory


osquery> select * from file where path like '/Users/%/Library/RenderFiles/activity_agent.app';