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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:54:10+00:00 2026-05-25T16:54:10+00:00

I use the directory stack (listed with dirs, manipulated with pushd/popd) a lot in

  • 0

I use the directory stack (listed with dirs, manipulated with pushd/popd) a lot in bash.
I notice that when I run a script it has (its own shell probably, with) its own d.s.

Is there any way to access the d.s. in the shell that launched the script?

for instance if I want to do the same operation in all directories on the stack:

while [ $num -lt 0 ]
do
  num=`expr $num - 1`
  #TODO add operation here
  pushd +1
done

running this script just executes the same operation $num times in the current dir, because the scripts stack is empty.

  • 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-05-25T16:54:11+00:00Added an answer on May 25, 2026 at 4:54 pm

    You can use source to run a script in the context of your current bash process, but be aware that anything it does will affect your process – setting variables, changing dir, etc. It’s equivalent to just typing the lines of the script directly.

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

Sidebar

Related Questions

How can you get the directory of the script that was run and use
i have my RbcTest.php in the test/unit directory in the bash script the word
I have a jar that when run, goes through the files in a directory
I am trying to use the Directory.GetFiles() method to retrieve a list of files
I have an application thats going to use Active Directory for Authentication. This will
I need to use .gitignore to exclude a directory in the root of my
Our customer wants to use their existing active directory to authenticate users on a
I need to use scp update some directory at another server. It is similar
I'd like to use the built in directory security features built into the web.config
I am trying to use forms authentication with Active Directory but I need roles

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.