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 8419269
In Process

The Archive Base Latest Questions

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

I have a file which contain following lines app.mail.host = 10.1.1.1 app.mail.debug = true

  • 0

I have a file which contain following lines

app.mail.host = 10.1.1.1
app.mail.debug = true
app.db.username = spate
app.db.password = 1#4FnL&@7!

I want to use regex to change actual password and replace with XXXXXXX for security purpose.

I am trying following regex but it doesn’t working.

sed 's/app\.db\.password="[^"]\+/app\.db\.password="XXXXXXXX"/g' foo.txt 
  • 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-10T02:33:48+00:00Added an answer on June 10, 2026 at 2:33 am

    As Hbcdev noted, you aren’t matching due to whitespace. As this appears to be “security” code (in which case — why are you storing that password in plaintext at all?), it’s probably better to be whitespace-tolerant than match the input byte-for-byte. Something like:

    sed 's/app\.db\.password[ \t]*=.*/app.db.password="xxxxx"/
    

    (untested) is probably going to work a little more robustly. Note that it will strip your password field even if it doesn’t begin with a quote.

    Still, doing this kind of hackery with a shell script sounds dangerous. What are you trying to accomplish?

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

Sidebar

Related Questions

I have a file which contain following lines: /logs/tc0001/tomcat/tomcat7.1/conf/catalina.properties:app.env.server.name = demo.example.com /logs/tc0001/tomcat/tomcat7.2/conf/catalina.properties:app.env.server.name = quest.example.com
I have a file which contains lines of data in the following format: a11
I have a file which contains lines of the following format: w1#1#x w2#4#b w3#2#d
I have the following log file which contains lines like this 1345447800561|FINE|blah@13|txReq 1345447800561|FINE|blah@13|Req 1345447800561|FINE|blah@13|rxReq
I have a text file which all contain the following fragments of code in
I have a source code file which contains, among others, following lines: public boolean
I have a text file which contains some lines as the following: ASDASD2W 3ASGDD12
I have a log file (application.log) which might contain the following string of normal
i have some text file which contain proxy ip . which look like following
I have a file template.txt which contains the following: Hello ${something} I would like

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.