diff --git a/src/parallel.pod b/src/parallel.pod index 11f04395..f81b541d 100644 --- a/src/parallel.pod +++ b/src/parallel.pod @@ -1975,6 +1975,18 @@ can be written like this: B +=head1 EXAMPLE: Finding the lowest difference between files + +B is good for finding differences in text files. B +gives an indication of the size of the difference. To find the +differences between all files in the current dir do: + +B + +This way it is possible to see if some files are closer to other +files. + + =head1 EXAMPLE: for-loops with column names When doing multiple nested for-loops it can be easier to keep track of