Log in

HCMC Journal

2024-01-22 to 2024-01-26

to : Deniz Aydin
Minutes: 260

I worked on a little Python script today that consumes the ls -l output from a server, and distinguishes the duplicates in the output based on file size. It also check for broken links by comparing the file names it obtains from the server against the known working links. To that end, I used the pandas library. This is still a work in progress as I need to modify the output to fit the spec.