Skip to main content
The 2024 Developer Survey results are live! See the results

Timeline for Find different file in directory

Current License: CC BY-SA 4.0

5 events
when toggle format what by license comment
Aug 21, 2020 at 11:51 comment added tater Cool, sure, it was not a real "answer" just to get you started with ideas.
Aug 21, 2020 at 11:39 comment added PawelC @tetech thanks :) i find simplest solution, i mean 'md5sum * | sort -r | head -n1 | awk '{print $2}'
Aug 21, 2020 at 11:30 comment added tater md5sum * | grep $(md5sum * | awk '{print $1}' | sort | uniq -c | grep " 1 " | awk '{print $2}' | head -1) | awk '{print $2}'
Aug 21, 2020 at 11:21 review First posts
Aug 24, 2020 at 13:49
Aug 21, 2020 at 11:17 history asked PawelC CC BY-SA 4.0