![]() |
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 |
| selective positions from a datafile | ganapati | Shell Programming and Scripting | 10 | 09-19-2006 09:09 AM |
| Selective Umask | baanprog | UNIX for Advanced & Expert Users | 3 | 08-03-2006 09:48 AM |
| Selective, recursive file diddling! | dinalt | UNIX for Dummies Questions & Answers | 7 | 04-07-2005 06:31 PM |
| Using `tar` for a selective backup. | Cameron | Filesystems, Disks and Memory | 2 | 07-16-2002 09:10 AM |
| selective tar image and dir perms | gfarley | UNIX for Advanced & Expert Users | 4 | 06-05-2002 09:12 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
echo is selective?
i tried to ask about this earlier, but didn't explain well enough. From a script, i issue the following:
echo `pgp --encrypt filename --recipient public-key` The result is perfect. The encrypted file is in the directory just as if i'd issued the pgp command from the command line. However, when i issue the following: echo `pgp --decrypt filename --passphrase passphrase` nothing happens. When this exact command is issued from a command line, the decrypted file is created. Why does the first command issued by echo execute and not the second? i must be missing something. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|