Skip to content
Snippets Groups Projects
Commit 56ebb4e5 authored by Nikolai Milenko's avatar Nikolai Milenko :grinning:
Browse files

Upload 4th week task solution

parent 0a804372
Branches
No related tags found
No related merge requests found
#!/bin/bash
# Finden Sie alle Dateien, die „KW44“ im Namen haben
echo "Alle Dateien mit 'KW44' im Namen:"
ls *KW44*
# Finden Sie alle „txt“-Dateien
echo "Alle .txt Dateien:"
ls *.txt
# Finden Sie alle Zusammenfassungen
echo "Alle Zusammenfassungen:"
ls Zusammenfassung*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment