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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:39:47+00:00 2026-05-23T12:39:47+00:00

I have a script called a.sh , contents of which are: //a.sh: #!/bin/bash temp=0

  • 0

I have a script called a.sh, contents of which are:

//a.sh:

#!/bin/bash
temp=0
while [ "$temp" -ne 500 ]
do
    echo `date`
    temp=`echo "$temp+1" | bc`
    sleep 1
done
----------------------------------

Another script namedb.sh, contents of which are:

// b.sh:

#!/bin/bash

`a.sh`

exit
----------------------------------

When i execute a.sh separately, i’m able to see the output.. but, when i execute b.sh, i’m not able to see the output on the console.. (i tried a few times – to redirect the output of a.sh – but not being successful).

So, what i need is the redirection, which will enable me to see the output of a.sh‘s contents when i execute b.sh – on the console.

Thanks,
Ravi.

  • 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-23T12:39:48+00:00Added an answer on May 23, 2026 at 12:39 pm
    `a.sh`
    

    in your b.sh means take the output of a.sh and use it as a command with arguments. you just have to execute a.sh in b.sh

    $A_SH_PATH/a.sh instead of

    `a.sh`
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Perl script called replaceUp: #!/usr/bin/perl search=$1 replace=$2 find . -type f
I have a script in Bash called Script.sh that needs to know its own
Let's say I have a Bash script called foo.sh . I'd like to call
I have a script which, each time is called, gets the first line of
I have cron job - php script which is called one time in 5
I have a Powershell Script which is stored in a string called script with
Suppose I have a python script called my_parallel_script.py that involves using multiprocessing to parallelize
I have a java script function that i have called on body load mousemove()
I have a utility build script that gets called from a variety of project-specific
I'm creating a Shell Script, and I have a file like this called expressions.txt

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.