Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dinfk-lecturers
mossutils
Commits
d4ce0139
Commit
d4ce0139
authored
May 09, 2020
by
scmalte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved preprocessing instructions: delete "files" directories even if not empty
parent
de0d7624
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
preprocessing/README.md
preprocessing/README.md
+1
-1
No files found.
preprocessing/README.md
View file @
d4ce0139
...
...
@@ -32,7 +32,7 @@
$ find . -type d -iname files -execdir mv ./files/main.cpp . \; -print
$ find . -type d -iname files -
delete
-print
$ find . -type d -iname files -
execdir rm -rf \{\} +
-print
```
*
Now, each
`<user>`
directory should only have two files in it:
`<user>/main.cpp`
and
`<user>/details.json`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment