iFurySt commited on
Commit
3e2104a
·
verified ·
1 Parent(s): ef8d53e

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 && x=$(echo-love) && [ \"$x\" == \"I love myself.\" ] && exit 0"
84
  ],
85
- "example": "new_path=$(find \"$(pwd)\" -type f -name \"echo-love\" -perm /u=x -exec dirname {} \\;) && echo export PATH='$PATH':$new_path > ~/.bashrc"
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
  }