Git Product home page Git Product logo

rept's Introduction

REPT                                 LOCAL                                REPT

NAME
     rept - repeat a command

SYNOPSIS
     rept program [argument ...]
     rept [options]

DESCRIPTION
     The rept utility calls the given command, waits for it to finish, then
     calls it again and so on until it is killed or standard output becomes
     unavailable.  The return value of the command is ignored.

     The Windows version of rept does no argument escaping of any kind; the
     command line following rept is passed to the system verbatim.  This means
     that the command is not executed within a cmd.exe context.  To use cmd
     built-ins, invoke cmd as part of the command line as in the example
     below.

     Options:

     -h      Print a short help message and exit.

     -v      Print version and exit.

EXAMPLES
     The equivalent to the yes command is:

           rept echo yes

     On Windows, we need to go though cmd because echo is a built-in:

           rept cmd /c echo yes

EXIT STATUS
     When standard output becomes unavailable the program terminates with exit
     status 0.  Should an error or abnormal termination occur, the exit status
     is nonzero.

AUTHORS
     [email protected]

Yokattana                       April 27, 2017                       Yokattana

rept's People

Contributors

yokattana avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.