Update os_interaction/data/2/environment.json
Browse files
os_interaction/data/2/environment.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"file": "check/integer-match.py"
|
| 10 |
}
|
| 11 |
],
|
| 12 |
-
"example": "find $(echo $PATH | tr ':' ' ') -type f -executable | wc -l"
|
| 13 |
},
|
| 14 |
"labels": ["environment"]
|
| 15 |
},
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
"file": "check/integer-match.py"
|
| 24 |
}
|
| 25 |
],
|
| 26 |
-
"example": "find $(echo $PATH | tr ':' ' ') -type f -executable | wc -l"
|
| 27 |
},
|
| 28 |
"labels": ["environment"]
|
| 29 |
},
|
|
@@ -80,9 +80,9 @@
|
|
| 80 |
},
|
| 81 |
"evaluation": {
|
| 82 |
"check": [
|
| 83 |
-
"source ~/.bashrc &&
|
| 84 |
],
|
| 85 |
-
"example": "
|
| 86 |
},
|
| 87 |
"labels": ["environment"]
|
| 88 |
}
|
|
|
|
| 9 |
"file": "check/integer-match.py"
|
| 10 |
}
|
| 11 |
],
|
| 12 |
+
"example": "find $(echo $PATH | tr ':' ' ') -type f -executable 2>/dev/null | wc -l"
|
| 13 |
},
|
| 14 |
"labels": ["environment"]
|
| 15 |
},
|
|
|
|
| 23 |
"file": "check/integer-match.py"
|
| 24 |
}
|
| 25 |
],
|
| 26 |
+
"example": "find $(echo $PATH | tr ':' ' ') -type f -executable 2>/dev/null | wc -l"
|
| 27 |
},
|
| 28 |
"labels": ["environment"]
|
| 29 |
},
|
|
|
|
| 80 |
},
|
| 81 |
"evaluation": {
|
| 82 |
"check": [
|
| 83 |
+
"source ~/.bashrc && echo-love"
|
| 84 |
],
|
| 85 |
+
"example": "/workspace/folder1/folder2/folder3/folder4/folder5/echo-love"
|
| 86 |
},
|
| 87 |
"labels": ["environment"]
|
| 88 |
}
|