Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8443011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:00:33+00:00 2026-06-10T09:00:33+00:00

I want to decrypt the selected text if the string —–BEGIN PGP MESSAGE—– occurs

  • 0

I want to decrypt the selected text if the string “—–BEGIN PGP MESSAGE—–” occurs in the selected text.
I have the following code but it doesn’t show up anything.

#!/bin/bash
xsel > pgp.txt
if [grep -e "-----BEGIN PGP MESSAGE-----" pgp.txt]
then
gnome-terminal --command "gpg -d -o decrypted.txt pgp.txt"
gedit decrypted.txt
fi

When I run it on terminal after selecting a text it says

line 3: [grep: command not found

I’m new to bash scripting.Any help would be appreciated..
Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T09:00:35+00:00Added an answer on June 10, 2026 at 9:00 am

    It searches an executable called [grep as if argument. if executes its then or else branch depending if its argument execute successfully or not. Yes, [ is a command (synonym for test btw). You probably want

    if grep -q -e "-----BEGIN PGP MESSAGE-----" pgp.txt
    then
    

    (added -q so grep doesn’t output anything.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use some code to encrypt & decrypt string in C# but i want
I want to decrypt the string in base64 format. I have some data in
i want to encrypt string in java and decrypt the same string in C#
I want the code of Rijndael algorithm to encrypt any given text to store
I want to encrypt a message such as 'HELO1234 and then decrypt to get
I want to encrypt and decrypt a string this way Encryption string ----> convert
I'm struggeling with code from this page: http://www.androidsnippets.com/encrypt-decrypt-between-android-and-php I want to send data from
I have a bunch of encrypted files that I want to decrypt (duh). I
I want to set a cookie with but encrypt the information and decrypt when
I am trying to decrypt a string from the server. And I want the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.