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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:45:00+00:00 2026-05-31T14:45:00+00:00

I am trying to use a script to change the working directory using Dir.chdir

  • 0

I am trying to use a script to change the working directory using Dir.chdir

This works:

dirs = ['//servername/share','//servername2/share']

dirs.each do |dir|
  Dir.chdir dir
end

If I put the above share information into a text file (each share on a new line) and try to load:

File.foreach("shares.txt") {|dir|
  Dir.chdir dir
}

I get this error:

‘chdir’: No such file or directory – //servername/share (Errno::ENOENT)

How can I read the shares from a text file and change to that directory? Is there a better way to do this?

  • 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-31T14:45:01+00:00Added an answer on May 31, 2026 at 2:45 pm

    Try

    Dir.chdir dir.strip
    

    or

    Dir.chdir dir.chomp
    

    Reason:
    With File.foreach you get lines including a newlines (\n).

    strip will delete leading and trailing spaces, chomp will delete trailing newlines.


    Another possibility: In your example you use absolute paths. This should work.

    If you use relative paths, then check, in which directory you are (you change it!). To keep the directory you may use the block-version of Dir.chdir.

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

Sidebar

Related Questions

I'm trying to use a shell script to start a command. I don't care
I am trying to use the following script in asp.net: <script language=javascript type=text/javascript> function
I am trying to use a third party script and extract the logged in
I'm trying to use the foreach loop in an Ant script but I get
I am trying to use NuSoap in PHP 5.3. When I debug my script
I'm trying to load a script so I can use scripts on the page
I'm trying to use PHP to create a file, but it isn't working. I
I recently purchased a script that I'm trying to change the CSS to pimp
This is the first time Im using a shell script ( #!/bin/sh ) and
I am trying to use the autocomplete script on http://www.devbridge.com/projects/autocomplete/jquery/ . Now, the downloaded

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.