help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

small gnu find question


From: Alex fxmbsw7 Ratchev
Subject: small gnu find question
Date: Sun, 10 Oct 2021 13:35:46 +0200

i look at half older code i did
i remember quite doing so, sorry for not testing unconfortably on the
cmdline but asking here..

do i need the second last statement, the -o, there ?

   find \
    "${pos[@]}" \
     \( -name '*.off' -o -name '*.old' -o -name '*.old.*' -o -name
'*.off.*' -o -name '*.sw[a-z]' \) -prune -o \
     -printf '%Y\0%s\0%m\0%T@\0%f\0%p\0\0'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]