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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:16:54+00:00 2026-06-13T13:16:54+00:00

I have an R script written to benchmark a shell command with a range

  • 0

I have an R script written to benchmark a shell command with a range of arguments. The R script just subtracts the start time from the end time for each benchmark. The problem is that some of these arguments cause the shell command (a Python script) to run endlessly.

How can I script R to kill the shell command after a certain amount of time? Fixing the underlying problem with the Python script is not something I can do at this point.

  • 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-13T13:16:55+00:00Added an answer on June 13, 2026 at 1:16 pm

    On Unix, you can use timeout as part of your shell-ed command:

    timeout 5s sleep 20
    

    Within R,

    cmd <- "sleep 20"
    timeout <- 5
    system(paste0("timeout ", timeout, "s ", cmd))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written a script that fires a jQuery POST to retrieve data from
The script I have written outputs all lines from the file 2 that starts
This is a simple script I have written to test command line argument handling:
I have a written a script in PHP that reads from data from a
i have shell script written in RedHat OS. I need to run this script
I have a script written the unix shell language (NOT in bash or any
I have a php script written which calls an external command using exec which
I have a bash script that tracks memory usage over time as a command
Say I have a script written in perl or python. What's the easiest way
I have a mechanize script written in python that fills out a web form

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.