Commit cfc44572 authored by hadi.atteh's avatar hadi.atteh

tested editing script

parent ffe631f5
...@@ -23,4 +23,4 @@ for letter in {a..z}; do ...@@ -23,4 +23,4 @@ for letter in {a..z}; do
done done
# Task 5: Find and delete files containing numbers 3 or 4 in their names # Task 5: Find and delete files containing numbers 3 or 4 in their names
find . -type f -name "*[34]*" -delete find . -type f -name "*[34]*" -exec rm {} \;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment