Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Krause
tardis-doc
Commits
ecb64b5b
Commit
ecb64b5b
authored
Jul 23, 2020
by
Michael Krause
🎉
Browse files
faq: turd files add warning
parent
a1f75624
Pipeline
#6589
passed with stages
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
other/faq.rst
View file @
ecb64b5b
...
@@ -64,5 +64,7 @@ avoid their creation and you will have to clean them manually. Other
...
@@ -64,5 +64,7 @@ avoid their creation and you will have to clean them manually. Other
workarounds are setting your BIDS folder read-only before loading them in Finder or
workarounds are setting your BIDS folder read-only before loading them in Finder or
avoiding Finder altogether.
avoiding Finder altogether.
To clean them try running **either**: ``dot_clean -m bids_folder`` on your Mac or
To clean them try running **either**: ``dot_clean -m bids_folder`` on your Mac
``find bids_folder -name '._*' -delete`` on a Linux/macOS.
or ``find bids_folder -name '._*' -delete`` on a Linux/macOS. Be careful with
the second approach and maybe list files first without the `-delete` switch to
make sure you do not delete anything important.
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