-
Notifications
You must be signed in to change notification settings - Fork 7
DataPrep.sh
James Kent edited this page Dec 27, 2016
·
3 revisions
- I made the overall big changes to code structure
- I got rid of a lot of the dicom processing steps, (but left it open for addition in the future)
- Not commented all the way through.
Here is some reading based on what I think would be confusing about my coding habits:
ex. { command || command2 ;} link1 link2
ex. command1 && command2 link1
ex. var=$(command1 arg1) link1
ex. printf "%s\n" "word1" "word2" link1