Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Does dup_chk work as expected when not run with GNU Parallel? Also appending to the same file in parallel often ends in race conditions. Commented Mar 30, 2022 at 14:28
  • With or without GNU Parallel, dup_chk works well to generated the output files mv_f.tmp and rm_f.tmp. When I try to replace the output from files to variables $mv_f and $rm_f, it failed and both variables are empty. That is why I need help. :) Commented Mar 31, 2022 at 3:25