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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T10:37:57+00:00 2026-06-15T10:37:57+00:00

ssh -f $user@$machine_name cd $path; shard_path=`find . -name \shard0\`; cd $shard_path; mkdir temp The

  • 0
ssh -f $user@$machine_name "cd $path; shard_path=`find . -name \"shard0\"`; cd $shard_path; mkdir temp"

The directory structure is $path/node0/shard0

In this script, the var shard_path is null, why? And the directorytemp is constructed in the ~/ but not in the shard0.

  • 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-15T10:37:59+00:00Added an answer on June 15, 2026 at 10:37 am

    Because you’re using double quotes around the command to send to the server, that is being expanded locally. It’s trying to substitute $path and $shard_path based on their local values, and since $shard_path isn’t defined locally, it expands to nothing.

    You can avoid a lot of these quoting issues by using single quotes for the command to be executed on the server. The exact quoting that you need depends on exactly where these variables are defined. But from your comments, it sounds like this is the command that you need:

    ssh -f $user@$machine_name "cd $path;"'shard_path=$(find . -name "shard0"); cd $shard_path; mkdir temp'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to pass a variable through a ssh connection, like this: working_dir=/home/user/some_dir/ ssh
Is it somehow possible to access a user's public key files (located in ~/.ssh
Say your .ssh directory contains 30 keys (15 private and 15 public). Where in
I'm using a simple pexpect script to ssh to a remote machine and grab
I got very far in a script I am working on only to find
I'm having access to two linux machines. On machine A, my user name is
Grettings, I want to execute 2 commands on ssh within a shell script and
I'm creating a remote directory path on a webserver that I'd like to be
Looking to run the command: ssh user@some_host echo 'some_sql' | /usr/bin/mysql -u some_args How
I'm trying to ssh into a remote machine, obtain a directory listing, assign 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.