fix missing comma json

This commit is contained in:
2025-12-11 14:58:26 +01:00
parent 12fbb7a3a9
commit 9ef617ef65
+1 -1
View File
@@ -31,7 +31,7 @@
{
"command": "tar -czf backup.tgz /path/to/dir",
"desc": "Create a quick compressed backup of a directory"
}
},
{
"command": "find . -type f -iname 'myfile.txt'",
"desc": "Search for a specific file in folder (recursive, case-insensitive (use -name for case sensitive))"