bizdelnick, 1 year ago (edited 4 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 $'