Thread Hash-Slice und die Ausgabe... (19 answers)
Opened by Duff at 2008-07-23 19:02

Linuxer
 2008-07-26 02:19
#112771 #112771
User since
2006-01-27
3891 Artikel
HausmeisterIn

user image
Duff+2008-07-25 07:47:13--
Weiß schon nicht, wie ich am besten den Shell-Befehl abspeichere?

Kannst Du das näher erläutern? Mir wird daran nicht klar, was Du damit meinst. Spontaner Gedanke ist:
Code (perl): (dl )
1
2
3
4
5
# adjust path to executable
my $cmd = '/bin/repquota -a';
# execute command and fetch its output in @output
my @output = qx~ $cmd ~;
# check $? if $cmd executed successfully

Gib bitte mal ein beispielhaftes Output von repquota -a mit dem man arbeiten kann.
meine Beiträge: I.d.R. alle Angaben ohne Gewähr und auf Linux abgestimmt!
Die Sprache heisst Perl, nicht PERL. - Bitte Crossposts als solche kenntlich machen!

View full thread Hash-Slice und die Ausgabe...