This commit is contained in:
2025-11-09 00:19:54 -07:00
parent 315a0b3869
commit 2173267246
32 changed files with 1529 additions and 764 deletions

View File

@@ -7,7 +7,7 @@ if [ -z "$path" ]; then
fi
if [ -d "$path" ]; then
ls -lh --color=tty "$path"
ls -lha --color=tty "$path"
else
if [ ! -f "$path" ]; then
echo "No such file: $path"