Help for this page

Select Code to Download


  1. or download this
    my $dbpass=qx{ password_decode \$(grep "name=\\"db\\"" /opt/SecureSphe
    +re/etc/bootstrap.xml|cut -d\\" -f4) };
    
  2. or download this
    my $cmd = q{ password_decode $(grep "name=\"db\"" /opt/SecureSphere/et
    +c/bootstrap.xml|cut -d\" -f4) };
    my $dbpass = qx{ $cmd };
    
  3. or download this
    password_decode 999 101 104 814 999 1035 1070grep "name="db"" /opt/Sec
    +ureSphere/etc/bootstrap.xml|cut -d" -f4)