xtool -dd cat dupes.txt Output:
Example replacing awk :
file1 file2 file1 file3 file2 Command:
file1 file2 file3 Then pipe to another command: xtool -dd deduplication option
echo -e "a\nb\na\nc" | xtool -dd echo Output: xtool -dd cat dupes
: 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