Article 58EFX environment variable does not exist

environment variable does not exist

by
doru
from LinuxQuestions.org on (#58EFX)
Code:$ p=password; ccrypt -eEp file.txt
ccrypt: environment variable p does not exist.
$ user@cloudm:~/tmp/test10$ export p=password; ccrypt -eEp file.txt
$ t=test; echo $t
testccrypt reads the password from p, but it sees it only when p is exported. Why?latest?d=yIl2AUoC8zA latest?i=iB1gF7n6044:M6IvQiDu0n4:F7zBnMy latest?i=iB1gF7n6044:M6IvQiDu0n4:V_sGLiP latest?d=qj6IDK7rITs latest?i=iB1gF7n6044:M6IvQiDu0n4:gIN9vFwiB1gF7n6044
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments