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

  • Home
  • SEARCH
  • 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 6602397
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:52:20+00:00 2026-05-25T18:52:20+00:00

I have a very interesting problem, in my bash script below, the for loop

  • 0

I have a very interesting problem, in my bash script below, the for loop somehow halts always after 300 loops ( and I sometimes need it to perform over 600 ).

#!/bin/bash

for i in `seq $1 $2`;
do

composite $i".png" $i"_temp.png" $i"_out.png"

done

I had no trouble running the same command looped in other languages with over 300 loops. I don’t know what happens with bash.

Also, I noticed that after the 300th loop, the script doesn’t exit, but instead “pauses”.

I’m currently using a workaround for this problem by running the script from 1 to 250, then from 251 to 500, etc.

  • 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-25T18:52:20+00:00Added an answer on May 25, 2026 at 6:52 pm

    I wondered if this might be a limit on the amount of output that can be substituted in backticks, but I can’t reproduce that on my Linux system, and it’s surprising that you apparently don’t see any error message. However, something you could try as an alternative to your current script is to still use seq but pass its results into a while read loop, which would avoid the substitution:

    seq $1 $2 | while read i
    do
        composite $i".png" $i"_temp.png" $i"_out.png"
    done
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a very interesting problem on my LinqToSql model. On some of my
I have run into a very interesting problem trying to debug my custom PHP
Here is one very interesting problem. I am using SQL Server 2008. I have
I've come across a very interesting problem.. quite lost actually. Suppose I have a
i have a very interesting problem. background i've used TTreeView for years but only
I have a very interesting problem. I use this technologies in WPF app: Caliburn.Micro
I have a very interesting problem. I have a table where I have data,
I believe I have a very interesting problem to solve. I've a XML something
I've seen jint in Codeplex. It looks very interesting. Have you used it? Is
We have very strange problem, one of our applications is continually querying server by

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.