Sha256: d084611852fe4fafd80ebfcbe1d12862dac6898526fe992cb6efeb70a5d07d1f
Contents?: true
Size: 377 Bytes
Versions: 83
Compression:
Stored size: 377 Bytes
Contents
## Implementation In package grep, Define a single Go func, Search, which accepts a pattern string, a slice of flags which are strings, and a slice of filename strings. Search should return a slice of strings of the output for the given flags and filenames. Use the following signature for func Search: ``` func Search(pattern string, flags, files []string) []string { ```
Version data entries
83 entries across 83 versions & 1 rubygems