Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


lpi1:find

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung Beide Seiten, nächste Überarbeitung
lpi1:find [2016/06/28 14:57]
ingo_wichmann [find]
lpi1:find [2016/11/04 08:38]
stefan_miethke [exec & friends]
Zeile 21: Zeile 21:
   time find doc -type f -executable -exec chmod -x {} +   time find doc -type f -executable -exec chmod -x {} +
   find doc -type f -executable -print0 | xargs -0 chmod -x   find doc -type f -executable -print0 | xargs -0 chmod -x
 +  # mit Zeitmessung (als shell gruppe)
 +  time { find doc -type f -executable -print0 | xargs -0 chmod -x; }
  
 ===== Ausgabe steuern ===== ===== Ausgabe steuern =====
lpi1/find.txt · Zuletzt geändert: 2023/06/27 15:17 von natureshadow2