On Sun Dec 09, 2001 at 18:02:05 +0100, Matthias Petermann wrote:
$ find /mnt/archiv/ | afio -o -b 2048 -s350000x -v '!cdrecord dev=0,1,0 speed=4 -data -v -'
Übereinstimmung holt und ausführt. Aber ist das hier notwendig bzw. warum gibt man hier ein _!_ an?
Das hat nichts mit der bash zu tun, das Kommando ist ja entsprechend escaped.
RTFM (afio(1)):
NOTES Special-case archive names: [...] o Prefix a command string to be executed with an exclamation mark (!). The command is executed once for each archive volume, with its standard input or output piped to afio. It is expected to produce a zero exit code when all is well.
Adam