aliquote.org
articles
archives
about
/
November 22, 2023
Poor man “fd(find)” command:
#!/bin/sh
find . -iname
"*
$1
*"
2>/dev/null