Timeline for Is there a convenient way to classify files as "binary" or "text"?
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 17, 2022 at 10:13 | comment | added | joeytwiddle |
Using GNU grep --version 3.7 on Manjaro here. I found I had to check with: 2>&1 | grep -q ': binary file matches$'
|
|
| Feb 23, 2022 at 22:38 | review | Suggested edits | |||
| Mar 7, 2022 at 14:49 | |||||
| Apr 30, 2020 at 20:26 | comment | added | Stéphane Chazelas |
@HappyFace, *(.^+isbinary). See info zsh qualifiers for details (and info zsh 'expansion, parameter' for your other question).
|
|
| Apr 30, 2020 at 20:07 | comment | added | HappyFace |
What's the syntax for excluding isbinary? I tried (.-isbinary) but that wasn't it.
|
|
| Apr 30, 2020 at 20:03 | comment | added | HappyFace |
What's the difference between "${1-$REPLY}" and "${1:-$REPLY}"?
|
|
| Apr 13, 2016 at 13:11 | history | edited | Stéphane Chazelas | CC BY-SA 3.0 |
added 96 characters in body
|
| Apr 11, 2016 at 15:03 | history | edited | Stéphane Chazelas | CC BY-SA 3.0 |
added 146 characters in body
|
| Apr 11, 2016 at 11:21 | history | answered | Stéphane Chazelas | CC BY-SA 3.0 |