Bill Ricker

Results 147 comments of Bill Ricker

Thank you for reminding us that phase-space plots are useful, we don't have to graph versus Date. **TL;DR** 1. From all I've read, i largely agree with your and John...

(For `--and` with N>2 patterns, I'd consider allowing chained in-context but not fully-mutal matches (meaning each match within -C$nn lines of at least one other pattern's match in the current...

Slack discussion 2018-11-29 https://beyondgrep.slack.com/archives/C4J886HT2/p1543503390000600 highlights - Andy > One thing to think about when we purse `--and` switches: Does the `--and` apply to the same line, or the same file?...

> Isn't the crontab issue really a shell script issue? No. Yes, there are plenty of Shell issues with crontabe whereby expecting what works in login shell to work won't...

> We need to look at the history of this issue before we do anything. Agree, review of history is a good thing. For 3.0 we have a golden opportunity...

> I'm talking about the TTY detection, not libs. How is TTY detection a shell thing?

Why does `nohup` not provide equal breakage? ```bash rm nohup.txt /usr/bin/nohup ack --type=csv automotive CC*.csv & sleep 5 cat nohup.txt ``` looks fine. Apparently `nohup` only fiddles FD [012] and...

# History. ## Ack1 (all *CLOSED*) - [80](https://github.com/beyondgrep/ack1/issues/80) `Bug: Piping to ack --count ` (fixed) - [84](https://github.com/beyondgrep/ack1/issues/84) `--break must be set to 0 if we're piping` (fixed in ack2) -...

every other code I've seen that takes input from both listed files or STDIN, (a) does the filter DWIM based on if there are excess @ARGV or not, (b) accepted...

Hmm, maybe I'll add this to #Cookbook https://github.com/beyondgrep/website/issues/103