	program ls directory
		
		make listing of all files - each file contains md5sum, size and filename

	program cmp list1 list2
		
		compare two listings, prints file from list1 that do not exists in list2
		or has different md5sum or size 

