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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T01:10:57+00:00 2026-06-01T01:10:57+00:00

I am trying to remove substring out of variable using sed like this: PRINT_THIS=`echo

  • 0

I am trying to remove substring out of variable using sed like this:

PRINT_THIS="`echo "$fullpath" | sed 's/${rootpath}//' -`"

where

fullpath="/media/some path/dir/helloworld/src"
rootpath=/media/some path/dir

I want to echo just rest of the fullpath like this (i am using this on whole bunch of directories, so I need to store it in variables and do it automatically

echo "helloworld/src"

using variable it would be

echo "Directory: $PRINT_THIS"

Problem is, I can not get sed to remove the substring, what I am I doing wrong? Thanks

  • 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-01T01:10:59+00:00Added an answer on June 1, 2026 at 1:10 am

    You don’t need sed for that, bash alone is enough:

    $ fullpath="/media/some path/dir/helloworld/src"
    $ rootpath="/media/some path/dir"
    $ echo ${fullpath#${rootpath}}
    /helloworld/src
    $ echo ${fullpath#${rootpath}/}
    helloworld/src
    $ rootpath=unrelated
    $ echo ${fullpath#${rootpath}/}
    /media/some path/dir/helloworld/src
    

    Check out the String manipulation documentation.

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

Sidebar

Related Questions

Trying to remove a node by index now. I'd like to print out the
I'm trying to remove some items of a dict based on their key, here
I am trying to remove the attribute xmlns=http://webdev2003.test.com from the following xml using xsl/xslt,
I've spent half day trying to figure out this and finally I got working
I am trying to modify strings like: Some {words} should be {bold} ... to
I am trying to develop a document based mac app using this Apple walkthrough
I am trying to remove from a string using Regex. I am receiving a
I'm trying to remove all thumbs.db files in a Windows partition using find command
I trying to remove a cookie in a servlet with this code Cookie minIdCookie
I was trying to remove all the lines of a file except the last

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.