Using perl Syntax Highlighting
my $convert="unix2dos /repo/bankc/OficCumplim/$file";
system($convert);
my $path ="cd /repo/bankc/OficCumplim/";
system($path);
my $zip ="zip $file.zip $file";
system($zip);
my $remove=" rm /repo/bankc/OficCumplim/$file";
system($remove);
system($convert);
my $path ="cd /repo/bankc/OficCumplim/";
system($path);
my $zip ="zip $file.zip $file";
system($zip);
my $remove=" rm /repo/bankc/OficCumplim/$file";
system($remove);
Coloreado en 0.003 segundos, usando GeSHi 1.0.8.4
y me da el siguiente mensaje:
- Código: Seleccionar todo
unix2dos: converting file /repo/bankc/OficCumplim/EF0905BA.143 to DOS format ...
zip warning: name not matched: EF0905BA.143
zip error: Nothing to do! (EF0905BA.143.zip)
pero el archivo sí se llama así y sí lo crea.