# Iterate through all Markdown files in the 'pages' directories
find pages* -name '*.md' -type f |whileread -r path;do
# Extract the expected command name from the filename
COMMAND_NAME_FILE=$(basename "$path"| head -c-4 | sed 's/nix3/nix/'| sed 's/\.fish//'| sed 's/\.js//'| sed 's/\.1//'| tr '-'' '| tr '[:upper:]''[:lower:]')
# Extract the command name from the first line of the Markdown file