$ pwd /home/a/.cache/paru/clone/plugdata-bin $ find . -name '*.lv2' -type d | xargs ls -ld drwxr-xr-x 1 a a 84 1月 18 00:00 ./src/plugdata/LV2/plugdata-fx.lv2 drwxr-xr-x 1 a a 78 1月 18 00:00 ./src/plugdata/LV2/plugdata.lv2 $ $ $ LANG=C $ pwd /home/a/.cache/paru/clone/plugdata-bin $ find . -name '*.lv2' -type d | xargs ls -ld drwxr-xr-x 1 a a 84 Jan 18 00:00 ./src/plugdata/LV2/plugdata-fx.lv2 drwxr-xr-x 1 a a 78 Jan 18 00:00 ./src/plugdata/LV2/plugdata.lv2 $ find . -name '*.vst3' -type d | xargs ls -ld drwxr-xr-x 1 a a 16 Jan 18 00:00 ./src/plugdata/VST3/plugdata-fx.vst3 drwxr-xr-x 1 a a 16 Jan 18 00:00 ./src/plugdata/VST3/plugdata.vst3 $ $ find . -name '*.clap' -type d $ $ find . -name '*.clap' -type d | xargs ls -ld drwxr-xr-x 1 a a 320 Jun 15 03:23 . $ $ find . -name '*.clap' -type f | xargs file ./src/plugdata/CLAP/plugdata.clap: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=958fc385ce0ad4d722789338f629c02437c41b4a, not stripped ./src/plugdata/CLAP/plugdata-fx.clap: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0fd304ea9ea3edbea53bffc906e2c393b0ce96e7, not stripped $