index.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <html>
  2. <title>Unix tutorial</title>
  3. <center>
  4. <h2> Unix tutorial </h2>
  5. <h3> based on sample class data: AFNI_data6</h3>
  6. <h4> <a href="http://afni.nimh.nih.gov/pub/dist/edu/data/AFNI_data6.tgz">(download AFNI_data6.tgz)</a></h3>
  7. </center>
  8. <br>
  9. <br>
  10. <table border cellspacing=0 cellpadding=4>
  11. <tr><td>tutorial </td>
  12. <td><a href="basic_unix/index.html">basic Unix</a></td>
  13. <td><b> minimum Unix prerequisite for AFNI bootcamp</b></td>
  14. </tr>
  15. <tr><td>reference </td>
  16. <td><a href="misc/unix_commands.html">Unix commands</a></td>
  17. <td><b> Unix tools, tcsh commands and special syntax characters</b></td>
  18. </tr>
  19. </table>
  20. <br>
  21. <br>
  22. <pre>
  23. <font color='blue'><b>*</b></font> This tutorial is a work in progress, possibly forever.
  24. <font color='blue'><b>*</b></font> <font color='blue'><b>gedit</b></font> - a graphical text editor
  25. Commands where an editor is used (rare, but in writing scripts) will
  26. be given with gedit. While almost any editor can be used instead, be
  27. careful to write files in Unix plain text format.
  28. e.g. on Mac systems, using TextEdit, one should select:
  29. Format -> Make Plain Text
  30. <font color='blue'><b>*</b></font> Consider buying a book, e.g.
  31. A Practical Guide to Linux Commands, Editors, and Shell Programming
  32. by Mark G. Sobell
  33. currently: Edition 3, September 24, 2012, ISBN-13: 978-0133085044
  34. <pre>
  35. </html>