脸书店面过经

类似file system,
input = [/a/b/c,/a/b,/x/y]
output = [/a/b,/x/y]
input = [/a/b/c,/a/c]
output = [/a/b/c,a/c]
input是list of file path,如果这个path的prefix和input里的某一个file path一样,就不需要把这个path放进output里。顺序是unordered.