3. Educational resources¶
- 3.1. AFNI Bootcamp Recordings
- 3.2. AFNI Bootcamp handouts
- 3.3. (Useful) Outside lectures
- Unix Tutorial
- 3.4. Shell script and command line tips
- 3.4.1. Overview
- 3.4.2. Know your shell type
- 3.4.3. Make and run a shell script
- 3.4.4. Check if a variable exists (tcsh)
- 3.4.5. Store array in a variable (tcsh)
- 3.4.6. Extract parts of filenames and/or paths (tcsh)
- 3.4.7. Finding paths of programs (shell/tcsh)
- 3.4.8. Make uniformly spaced numbers (shell/tcsh)
- 3.4.9. String-formatting with
printf
(shell/tcsh) - 3.4.10. Simple math operations (tcsh)
- 3.4.11. More general math operations, via
bc
(shell) - 3.4.12. Display blocks of text with
cat << EOF ... EOF
- 3.4.13. Replace chars in strings (e.g., rename files)