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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:55:09+00:00 2026-06-17T15:55:09+00:00

I have a series of devices that I need to SSH into, modify some

  • 0

I have a series of devices that I need to SSH into, modify some files changing the device name, and network settings.

The files contain data such as:

NETWORK_ETH1_CLIENTIP_LIST='10.47.19.182'

HOSTNAME="c50"

I am using putty to ssh in to the system, and then using nano to modify each file.

I believe it would be easy to script but I am not too sure of the linux commands for what I would like to do.

Are there commands in linux I could use that could search for strings within a specified text file, e.g. “HOSTNAME” and replace the found line with the new HOSTNAME?

I am current using plink for some of easier system checks that I call from batch files:

plink.exe -pw PASSWORD USERNAME@192.168.77.77 -m Commands/SystemChecks.txt

Username and password have been omitted. SystemChecks contains some basic lookup table and ping commands etc to test if the device was successfully modified.

What I need help with is figuring out a way to find and replace data (hostname, ip address, netmasks etc) using linux commands.

  • 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-17T15:55:10+00:00Added an answer on June 17, 2026 at 3:55 pm

    you can use sed to blow the line away and re-write the content with echo. I’m sure there is probably more elegant way to replace just the value

    target='/path/to/target_file'
    sed -i "/HOSTNAME/d" $target
    echo "HOSTNAME=\"newhostname\"" >> $target
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a CUDA kernel that calls out to a series of device functions.
I've been given some XML files that don't quite have a proper schema (I
I am looking at device to device communications and need some direction. I have
I have a 30000 plus line text file that I need to modify using
I have a series of frame-by-frame animations that are to be incorporated into a
I have a table of electronic devices that serves as a generic superclass and
I have a series of... pseudo-xml files. What I mean by this, is they
I have a series of logging breakpoints in Xcode4 that I'm using to selectively
I have a series of divs that slide down using -webkit-transform from a negative
I have a series of images that get loaded for a carousel, and it

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.