#!/bin/bash l=$(ls) for s in $l do echo "\\includegraphics [width=\\textwidth] {./20240817/Abakus03/$s}\\\\" echo "" done