mirror of
https://github.com/agresdominik/cheat_sheet.git
synced 2026-04-21 18:05:51 +00:00
Command
This commit is contained in:
+5
-1
@@ -39,7 +39,11 @@
|
|||||||
{
|
{
|
||||||
"command": "zip -r folder_name.zip folder_name",
|
"command": "zip -r folder_name.zip folder_name",
|
||||||
"desc": "Zip a folder and all of its contents into a archive"
|
"desc": "Zip a folder and all of its contents into a archive"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"command": "ln -s /path/to/file file",
|
||||||
|
"desc": "Create a symbolic link pointing to a file on the system"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
"python": [
|
"python": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user