Compare two directory listings
November 8th, 2006 toydi
Given two directories: ~/dir-new/ and ~/dir/, $ ls ~/dir-new/ file-01.txt file-02.txt file-new.txt $ ls ~/dir/ file-01.txt file-02.txt file-old.txt To compare them: comm
Posted in comm, process substitution, Text Manipulation | Hits: 92466 | 10 Comments »






