Concaténation dans un script Bash + Perl

Concaténation dans un script Bash + Perl - Codes et scripts - Linux et OS Alternatifs

Marsh Posté le 10-08-2007 à 15:17:20    

Salut  
 
alors voila j'ai un script en perl qui execute la ligne suivante
 
my $rcmd = "echo $Formular{pword} | smbpasswd -s $Formular {username}";
 
j'aimerais concaténer un \n à la fin du $Formular{pword}, histoire que la commande marche, mais je n'y arrive pas, donc si vous avez des idées, merci  :hello:

Reply

Marsh Posté le 10-08-2007 à 15:17:20   

Reply

Marsh Posté le 10-08-2007 à 15:19:40    

Code :
  1. my $rcmd="echo \"$Formular{pword}\n\" | smbpasswd -s $Formular{username}";


 
Ca devrait marcher ça :)


---------------
Wedge#2487 @HS -#- PW: +∞ -#- Khaz-Modan/Boltiz @WoW
Reply

Marsh Posté le 10-08-2007 à 15:28:57    

ca marche merci :)

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed