rm bar
grep asdf .snap/bar/bar
rmdir .snap/bar
+rm foo
+
+echo OK
\ No newline at end of file
mkdir .snap/snap1
echo 4 > file4
rmdir .snap/snap1
+
+rm file?
+
+echo OK
\ No newline at end of file
echo "Delete all the files and directories ..."
rm -Rfv ./*
+
+echo OK
find .snap/s/foo -executable | grep foo
rmdir .snap/s
rm foo
+
+echo OK
\ No newline at end of file
rmdir foo/.snap/s
rm -r foo
+
+echo OK
\ No newline at end of file
rmdir a/.snap/s
rm -r a
+echo OK
\ No newline at end of file