echo -e "a\nb\na\nc" | xtool -dd echo Output:
file1 file2 file1 file3 file2 Command:
which xtool type xtool If not found, use standard deduplication: xtool -dd deduplication option
: 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. echo -e "a\nb\na\nc" | xtool -dd echo Output:
xtool -dd cat dupes.txt | xargs -I{} echo "Processing {}" Check if xtool is an alias or custom script: xtool -dd deduplication option
Example replacing awk :