echo传递值
发表于 : 2011-05-20 20:25
gpg -ase -r 0xc1868032 -u '[email protected]' file
You need a passphrase to unlock the secret key for
user: "test (key) <[email protected]>"
2048-bit RSA key, ID C1CD62CB, created 2011-05-17
You need a passphrase to unlock the secret key for
user: "test (key) <[email protected]>"
我输入密码后,指令成功运行,用echo传递数值,不成功.
echo "mykey" | gpg -ase -r 0xc1868032 -u '[email protected]' file
运行后,还是出现
You need a passphrase to unlock the secret key for
user: "test (key) <[email protected]>"
2048-bit RSA key, ID C1CD62CB, created 2011-05-17
You need a passphrase to unlock the secret key for
user: "test (key) <[email protected]>"
请问,如何修改这个语句?
You need a passphrase to unlock the secret key for
user: "test (key) <[email protected]>"
2048-bit RSA key, ID C1CD62CB, created 2011-05-17
You need a passphrase to unlock the secret key for
user: "test (key) <[email protected]>"
我输入密码后,指令成功运行,用echo传递数值,不成功.
echo "mykey" | gpg -ase -r 0xc1868032 -u '[email protected]' file
运行后,还是出现
You need a passphrase to unlock the secret key for
user: "test (key) <[email protected]>"
2048-bit RSA key, ID C1CD62CB, created 2011-05-17
You need a passphrase to unlock the secret key for
user: "test (key) <[email protected]>"
请问,如何修改这个语句?