bizdelnick, 11 months ago (edited 3 months ago) Such AI can be coded in <100 lines shell script. One of simplest implementations: <span style="color:#323232;">#!/bin/bash </span><span style="color:#323232;"> </span><span style="color:#323232;">find . -type f -print0 | while IFS= read -d $'
Such AI can be coded in <100 lines shell script. One of simplest implementations:
<span style="color:#323232;">#!/bin/bash </span><span style="color:#323232;"> </span><span style="color:#323232;">find . -type f -print0 | while IFS= read -d $'