tailTarget=cmdFilerMetaTail.Flag.String("pathPrefix","/","path to a folder or common prefix for the folders or files on filer")
tailTarget=cmdFilerMetaTail.Flag.String("pathPrefix","/","path to a folder or common prefix for the folders or files on filer")
tailStart=cmdFilerMetaTail.Flag.Duration("timeAgo",0,"start time before now. \"300ms\", \"1.5h\" or \"2h45m\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\"")
tailStart=cmdFilerMetaTail.Flag.Duration("timeAgo",0,"start time before now. \"300ms\", \"1.5h\" or \"2h45m\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\"")
tailStop=cmdFilerMetaTail.Flag.Duration("untilTimeAgo",0,"read until this time ago. \"300ms\", \"1.5h\" or \"2h45m\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\"")
tailPattern=cmdFilerMetaTail.Flag.String("pattern","","full path or just filename pattern, ex: \"/home/?opher\", \"*.pdf\", see https://golang.org/pkg/path/filepath/#Match ")
tailPattern=cmdFilerMetaTail.Flag.String("pattern","","full path or just filename pattern, ex: \"/home/?opher\", \"*.pdf\", see https://golang.org/pkg/path/filepath/#Match ")