We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5597d4 commit 00a2b50Copy full SHA for 00a2b50
src/content/carpentries-shell-novice/steps/Episode6_Exercise3.md
@@ -18,15 +18,6 @@ const criteria = [
18
path: "exercise-data/longest.txt",
19
action: "exists"
20
}]
21
-},
22
-{
23
- name: "The file <code>longest.txt</code> contains each file's unique species",
24
- checks: [{
25
- type: "file",
26
- path: "exercise-data/longest.txt",
27
- action: "contents",
28
- commandExpected: `cd exercise-data/ && wc -l alkanes/*.pdb | sort -n | tail -n 2 | head -n 1`
29
- }]
30
}];
31
</script>
32
0 commit comments