Tag: freenas

  • Duplicate File Finder for UNIX

    POSIX-compatible script working also on FreeBSD I needed to find duplicate files on an embedded NAS4free install, lacking developer tools (gcc) and GNU utilities, often offering additional features compared to bare POSIX tools (see for example xargs, grep, sed, find). This means that I couldn’t use available tools like FSlint, DupeGuru or FDupes. Using my limited knowledge and a…