Hello All,

This weeks seminar is 'How to apply to use the centre'.  This will be relevant to all newbies, but will also give an overview of updates that are in the pipeline that will affect all applicants.

In other news we are continuing with our programme of training for operators of the Siemens and GE scanners.

Best wishes

Tony

Tip of the week:

At the command line you can type

ls > list.txt

it will generate a text file of the files and directories in the current directory (as long as you have write permissions in the current directory)

ls is the 'list' command
> allows the output of the ls command to be redirected to a file
mylist.txt  is the file name you supply to capture the output of the ls command

Why is this useful?  The generation of a file that lists directories or files can be useful when you are writing scripts to perform analysis on multiple directories or files.

Note that this help with ls can be obtained by typing

man ls



--
Antony Morland, PhD.
Director, York Neuroimaging Centre
Department of Psychology, University of York, York YO10 5DD, UK.