Project

General

Profile

« Previous | Next » 

Revision 849

Added get_errors to select just the error messages from `map` output

View differences:

bin/get_errors
1
#!/bin/sh
2
# Selects just the error messages from `map` output
3
# Usage: self {input...|<input}
4

  
5
exec grep --color=never -F '' "$@"
0 6

  

Also available in: Unified diff