Content unavailable! (broken link)https://dynarocks.com/wiki/attach/PageHeader/interSULT-2.002.jpg

This page (revision-36) was last changed on 09-Mar-2023 15:09 by Dieter Käppel

This page was created on 29-Sep-2011 10:28 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
36 09-Mar-2023 15:09 10 KB Dieter Käppel to previous
35 23-Nov-2018 20:25 10 KB Dieter Käppel to previous | to last
34 23-Nov-2018 20:25 10 KB Dieter Käppel to previous | to last
33 14-Dec-2015 15:41 10 KB Dieter Käppel to previous | to last
32 14-Dec-2015 14:14 10 KB Dieter Käppel to previous | to last
31 26-Apr-2015 11:06 10 KB Dieter Käppel to previous | to last
30 26-Apr-2015 11:05 9 KB Dieter Käppel to previous | to last
29 12-Apr-2014 09:42 9 KB Dieter Käppel to previous | to last
28 04-Mar-2014 19:05 8 KB Dieter Käppel to previous | to last
27 04-Jan-2014 12:27 8 KB Dieter Käppel to previous | to last
26 28-Oct-2013 20:47 8 KB Dieter Käppel to previous | to last
25 27-Oct-2013 15:31 7 KB Dieter Käppel to previous | to last
24 24-Oct-2013 18:16 7 KB Dieter Käppel to previous | to last
23 20-Oct-2013 14:59 6 KB Dieter Käppel to previous | to last
22 19-Oct-2013 15:16 5 KB Dieter Käppel to previous | to last
21 06-Oct-2013 15:29 4 KB Dieter Käppel to previous | to last

Difference between version and

At line 36 added 9 lines
!!!Unix Utils
Command mit find ausführen:
{{{
find -name "<pattern>" -exec <command> <param> {} <other-param> ;
}}}
__Hinweis:__ Der Ausdruck {} fügt die aktuelle Datei ein. Vor dem Semikolon (;) muss sich ein Leerzeichen befinden.
×