Thread stat über SSH ausführen (5 answers)
Opened by Michi at 2011-10-18 12:25

Gast Michi
 2011-10-18 12:25
#153294 #153294
Hallo,
ich will in meinem Perl script den befehl stat über SSH ausführen:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
        my @cmd_mtime_file_bmw = (
qw( ssh -T -l ),
$xx_user,
$xx_host,
qw ( "stat (" ),
$actual_a3db_xx_pfad[$k],
qw ( ")" ),
qw ([9] ),
);

$mtime_file_xx = system( @cmd_mtime_file_xx );


leider geht das irgendwie so nicht ich brächte noch die klammern, aber da sagt er ein klammer zu viel.
kann mir jemand helfen.

Danke
Last edited: 2011-10-18 12:58:12 +0200 (CEST)

View full thread stat über SSH ausführen