aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 71753a2353f04f7648afa058d549e741df69b84b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# desterr

Destinguish stderr from stdout, when its not obvious.

## Usage

`desterr <command>`

## Examples

```
echo 'cat: evil: No such file or directory' > evil

desterr cat normal      # error will be red here
desterr cat evil        # error is white
```