#!/opt/homebrew/bin/bash ROOT_FOLDER="$HOME/Documents" #===# Functions #===# readMeta() { ls } for i in $(find $ROOT_FOLDER -type f -name ".notemeta"); do true #TODO do Something done