Download List

프로젝트 설명

GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use, as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-22 10:19
20130122 ('Jyoti Singh Pandey')

-sshdelay 지연 다음 SSH 지정한 초 수로 시작. 값은 1 초 미만의 수 있습니다.
--sshdelay delays starting the next SSH by the specified number of seconds. The value can be less than 1 second.

2012-12-30 10:42
20121222 ('End of The World')

-당면한 랩 지금 "병렬" 당면한 라인에 넣어 스크립트를 병렬화 수 있습니다 (첫 번째 #! 스크립트의 줄).

-지연 (raceconditions 및 천둥 무리 문제를 피하기 위해 유용한) 각 작업 시작 후 지연 추가 합니다.

-지금 사용 결과 "/" 탭 대신 구분 기호로 하 고 따라서 하위 디렉터리를 만듭니다.

이제 오픈 Bsd CPU 감지 수행 됩니다.

niceload-센서도 낮은 의미 낮은 숫자를 의미 하는 음수를 수 있습니다.

niceload-prg 실행 이미 명명 된 프로그램을 일시 중단 합니다.

niceload 여러-pid 이미 실행 중인 프로세스 id를 일시 중단 합니다.
--shebang-wrap now makes it possible to parallelize scripts by putting
"parallel" in the shebang
line (the first #! line in scripts).

--delay adds a delay after starting each job

(useful to avoid raceconditions and thundering herd problems).

--results now uses "/" as a separator instead of TAB, and thus creates
subdirectories.

OpenBSD CPU detection is now performed.

niceload --sensor allows negative numbers to signify a lower number,
meaning the limit is lower.

niceload --prg suspends a named program which is already running.

niceload multiple --pid suspends process ids which are already running.

2012-02-23 13:57
20120222 ('Whitney')

-workdir입니다. 현재 작업 디렉터리를 사용 합니다. 경우에 현재 작업 디렉터리는 홈 디렉터리, 값 아래입니다. 귀하의 홈 디렉토리에 상대 경로로 취급 됩니다. 즉 홈 디렉터리는 원격 컴퓨터에서 다른 경우 (예: 로그인 다른 경우), 상대 경로 홈 디렉토리에 상대적인 여전히 있을 것입니다. Texinfo 파일은 지금 pod2texi를 사용 하 여 포드 파일에서 생성 됩니다.
--workdir . will use the current working directory. If the current working directory is beneath your home directory, the value . is treated as the relative path to your home directory. This means that if your home directory is different on remote computers (e.g. if your login is different), the relative path will still be relative to your home directory. A texinfo file is now generated from the POD file using pod2texi.

2012-01-23 10:24
20120122 ('Dead SOPA')

-헤더는 지금 열 이름으로 첫 번째 입력된 라인을 사용 하 고 다음 명령에서 대체 문자열로 {colname}를 사용할 수 있습니다. (이것은 또한 여러 작동 ":::" s.)-머리글 <regexp>일치 하는 정규식으로 헤더 및 헤더-파이프와 각 블록에 대해 반복 합니다. -마지막으로 미완성된 작업에서 이력서를 다시 시작 합니다. (유용 GNU 병렬 중지 하 고 나중에 같은 인수 함께 다시 시작 합니다.) niceload 지금 올바르게 종료 상태를 전파합니다. 옵션-g,-B,-T,-U,-W, 및-Y, 경고 6 개월 전로 은퇴 되었습니다.
--header now uses the first input line as column names, and you can then use {colname} as a replacement string in the command. (This also works with multiple ":::"s.) --header <regexp> matches a header as a regular expression and repeats the header for each block with --pipe. --resume resumes from the last unfinished job. (This is useful if you stop GNU Parallel and restart it later with the same arguments.) niceload now propagates the exit status correctly. The options -g, -B, -T, -U, -W, and -Y have been retired, as warned six months ago.

2011-12-22 09:57
20111222

지금-제한 시간에는 손자 죽 일 것 이다.
--timeout will now kill grandchildren.

Project Resources