diff --git a/Makefile b/Makefile index b70463b9..3dd1a198 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ dist: rm -rf ./unittest/input-files/random_dirs_*_newline || /bin/true rm -rf ./unittest/tmp || /bin/true rm parallel-????????.tar.bz2 || /bin/true - ( cd ..; tar -cvj --exclude .git --exclude '#*#' --exclude '*~' --exclude CVS -f /tmp/parallel.tar.bz2 parallel ) + ( cd ..; tar -cvj --exclude .git --exclude '#*#' --exclude '*~' --exclude CVS -f /tmp/parallel.tar.bz2 parallel-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] ) mv /tmp/parallel.tar.bz2 parallel-$$(date +"%Y%m%d").tar.bz2 rsync -Havessh parallel-$$(date +"%Y%m%d").tar.bz2 download.savannah.nongnu.org:/releases/parallel/ diff --git a/parallel b/parallel index 6b4e8629..ee3ee963 100755 --- a/parallel +++ b/parallel @@ -199,26 +199,26 @@ B To put the output in a file called .dir: -B>B< {}.dir'> +B> B<{}.dir'> =head1 EXAMPLE 6: Context replace -To remove the files I .. I you could do: +To remove the files I .. I you could do: -B +B You could also do: -B +B -The first will run B 8999 times, while the last will only run +The first will run B 10000 times, while the last will only run B as many times needed to keep the command line length short -enough. +enough (typically 1-2 times). You could also run: -B +B This will also only run B as many times needed to keep the command line length short enough.