mirror of
https://github.com/agresdominik/cheat_sheet.git
synced 2026-04-21 18:05:51 +00:00
fix missing comma json
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
{
|
{
|
||||||
"command": "tar -czf backup.tgz /path/to/dir",
|
"command": "tar -czf backup.tgz /path/to/dir",
|
||||||
"desc": "Create a quick compressed backup of a directory"
|
"desc": "Create a quick compressed backup of a directory"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"command": "find . -type f -iname 'myfile.txt'",
|
"command": "find . -type f -iname 'myfile.txt'",
|
||||||
"desc": "Search for a specific file in folder (recursive, case-insensitive (use -name for case sensitive))"
|
"desc": "Search for a specific file in folder (recursive, case-insensitive (use -name for case sensitive))"
|
||||||
|
|||||||
Reference in New Issue
Block a user