Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4542

Modified Files:
        parallel.info 
Log Message:
Jyoti Singh Pandey.


Index: parallel.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/parallel.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- parallel.info       7 Jan 2013 11:49:44 -0000       1.12
+++ parallel.info       5 Feb 2013 10:51:42 -0000       1.13
@@ -1,11 +1,11 @@
 Package: parallel
 Description: Execute multiple jobs
-Version: 20121222
+Version: 20130122
 Revision: 1
 Homepage: http://www.gnu.org/software/parallel/
 Maintainer: Jesse Alama <jesse.al...@gmail.com>
 Source: mirror:gnu:%n/%n-%v.tar.bz2
-Source-MD5: 7ad8fdf38a6e36150e76c4deb58c0e1b
+Source-MD5: 110463929d3ceac56859a0b74cf6d1d3
 CompileScript: <<
 #!/bin/sh -ev
 export SHELL="/bin/sh"
@@ -17,26 +17,23 @@
 %{default_script}
 <<
 DescDetail: <<
-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
+GNU Parallel is a shell tool for executing jobs in parallel using
+one or more computers. A job is can be 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. If you use ppss or pexec you will find GNU parallel
-will often make the command easier to read.
+list of URLs, or a list of tables. A job can also be a command that
+reads from a pipe. GNU Parallel can then split the input and pipe it
+into commands 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.
+If you use xargs and tee 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 can even replace nested loops.
 
-For each line of input GNU parallel will execute command with the line
-as arguments. If no command is given, the line of input is
-executed. Several lines will be run in parallel. GNU parallel can
-often be used as a substitute for xargs or cat | sh.
+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.
 <<
 License: GPL


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to