mirror of
https://git.tukaani.org/xz.git
synced 2026-04-16 05:07:59 +00:00
It didn't work at all. It tried to use the -q option for grep, but it appended it after "--". This works around it by redirecting to /dev/null. The downside is that this can be slower with big files compared to proper use of "grep -q". Thanks to Gregory Margo.