diff --git a/bHELPER.sh b/bHELPER.sh index aef8b0e..501bbcc 100644 --- a/bHELPER.sh +++ b/bHELPER.sh @@ -528,11 +528,11 @@ read software read -p "${gl__format_red}Zeichenfolge: ${gl__format_off}" zeichenfolge echo -e "" -echo -e "${gl__format_red}---- Verzeichnisse die \""${zeichenfolge}"\" enthalten -------${gl__format_off}" +echo "${gl__format_red}---- Verzeichnisse die \""${zeichenfolge}"\" enthalten -------${gl__format_off}" find "${HOME}" -iname "*${zeichenfolge}*" -type d echo -e "${gl__format_red}----------------------------------------------------------${gl__format_off}" echo -e "" -echo -e "${gl__format_red}---- Dateien die \""${zeichenfolge}"\"" enthalten -------------${gl__format_off}" +echo "${gl__format_red}---- Dateien die \""${zeichenfolge}"\"" enthalten -------------${gl__format_off}" find "${HOME}" -iname "*${zeichenfolge}*" -type f -exec ls -alt --color=auto --time-style=long-iso {} + | sort -k 8 echo -e "${gl__format_red}----------------------------------------------------------${gl__format_off}"