![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find entering ENTER key?. | tsaravanan | Shell Programming and Scripting | 0 | 08-28-2008 03:49 AM |
| Entering secret password | chiru_h | Shell Programming and Scripting | 4 | 08-20-2007 05:31 PM |
| how do I make dynamic parameter names? Or get the value of a parameter evaluated twi | Awanka | Shell Programming and Scripting | 2 | 04-19-2007 09:37 PM |
| Entering Japanese text on Solaris 8 | champion | UNIX for Advanced & Expert Users | 3 | 12-31-2002 02:53 PM |
| entering a long command | hedrict | UNIX for Dummies Questions & Answers | 1 | 06-29-2001 09:31 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Entering parameter automatically
First of all thank you for your replies to my earlier difficulties.
Now I am facing another difficulty. I have written following “for” loop. For var in `find . –name “2008_reports*”` Do Gpg –symmetric ${var} Done When I use this loop it asks to enter pass phrase every time. Is there any way out by which I can incorporate pass phrase in script itself? Please guide me to do the same Thank you Anushree |
|
||||
|
Hi Vidyadhar,
Thank you for the solution. When i tried it i got following in return. $ echo RIL2009-10 | gpg --encrypt --passphrase-fd 0..... Reading passphrase from file descriptor 0 You did not specify a user ID. (you may use "-r") Enter the user ID. End with an empty line: where will I specify the file name to be encrypted? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|