Enter your keyword

Blog

Xtool -dd Deduplication Option [HOT ⟶]

file1 file2 file3 Then pipe to another command:

Example replacing awk :

xtool -dd cat dupes.txt | xargs -I{} echo "Processing {}" Check if xtool is an alias or custom script: xtool -dd deduplication option

echo -e "a\nb\na\nc" | xtool -dd echo Output: file1 file2 file3 Then pipe to another command: