some changes

This commit is contained in:
2025-02-25 11:28:57 +00:00
parent 4372a9042b
commit 9f75c25379
2 changed files with 59 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
#!/bin/bash
: << cmt
This is
multiline Comments
in bash
cmt
ARRAY=($(ls *.txt))
COUNT=0
echo -e "FILE NAME \t WRITEABLE"