Initialize Ubuntu OS examples

This commit is contained in:
Timothyxxx
2024-01-25 16:18:10 +08:00
parent f194fb8d75
commit 0c34fccc15
22 changed files with 427 additions and 11 deletions

View File

@@ -0,0 +1,17 @@
{
"id": "23393935-50c7-4a86-aeea-2b78fd089c5c",
"snapshot": "os",
"instruction": "Recursively go through the folders of the 'photos' directory and copy any .jpg files found into another directory named 'cpjpg'.",
"source": "https://superuser.com/questions/91307/copying-only-jpg-from-a-directory-structure-to-another-location-linux",
"trajectory": "trajectories/",
"related_apps": [
"os"
],
"evaluator": {
"func": "",
"result": {
},
"expected": {
}
}
}