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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:14:39+00:00 2026-06-13T19:14:39+00:00

I have to call a binary several times with a different argument in a

  • 0

I have to call a binary several times with a different argument in a shell script.
For example i have to call the binary “set” with the arguments:

set 0x00
set 0x01
set 0x02
…
set 0x60

Is it possible to do that with a loop in the shell script?

  • 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-13T19:14:40+00:00Added an answer on June 13, 2026 at 7:14 pm

    Use the %x format to the printf command to do the conversion, as in printf 0x%x num. To pass the converted value as argument to another command, use the $(...) executive quotes:

    $ i=8
    $ while [ $i -lt 16 ]; do
    > echo $(printf 0x%x $i)
    > i=$(expr $i + 1)
    > done
    0x8
    0x9
    0xa
    0xb
    0xc
    0xd
    0xe
    0xf
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing a shell script in which i need to call a binary
I have to call an existing AMF Method in a PHP (or Perl) Script
In a very busy PHP script we have a call at the beginning to
I have to call a webservice that gives me the content of a binary
I have a binary executable that takes a list of file paths as arguments,
I'm curious about few things about text algorithms. For example we have binary word
I have a set of integers, represented as a Reduced Ordered Binary Decision Diagram
I have a binary named A that generates output when called. If I call
I have a call like this: $(#ContextMenuModal).height($(body).height()); However $(body).height() returns undefined when I view
I have a call to powershell.exe that looks like this, and which works from

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.