Implement listcon and listproj in terms of grep -w -o, which prints words that match the given regular expression, and sort -u, which obviates uniq. This probably only works with GNU grep, which seems better than having to rely on gawk (which is used nowhere else). Signed-off-by: Emil Sit <sit@emilsit.net> Signed-off-by: Gina Trapani <ginatrapani@gmail.com>
25 KiB
Executable File
25 KiB
Executable File