Xtool -dd Deduplication — Option
echo -e "a\nb\na\nc" | xtool -dd echo Output:
which xtool type xtool If not found, use standard deduplication: xtool -dd deduplication option
xtool -dd cat dupes.txt | xargs -I{} echo "Processing {}" Check if xtool is an alias or custom script: echo -e "a\nb\na\nc" | xtool -dd echo Output:
: If you have a specific man page or help output for your xtool , share it for more precise guidance. Most systems don’t include xtool by default, so you may be using a niche or internal tool. xtool -dd deduplication option
file1 file2 file3 Then pipe to another command:
xtool -dd cat dupes.txt Output: