Produced by IDL 6.1
User Documentation

./guide
ls.pro

Last modification date:
Thu Jun 2 23:56:08 2005

ls

procedure ls[, pattern], [options=string]

List files (defaults to *.fits in the current directory). This invokes the unix "ls" command using the pattern and optional arguments. If pattern is not provide, it defaults to "*.fits".

Examples
 ; show all the fits files in the current directory
 ls
 ; show all the files in the current directory
 ls,''
 ; show all the fits files in a directory relative to this one
 ls,'../mydata'
 ; do a long listing
 ls,options='-l'
 
Version
$Id: ls.pro,v 1.1 2005/05/13 15:58:10 bgarwood Exp $

Parameters
pattern
in, optional
string (def. '*.fits')
The pattern to list.

Keywords
options
in, optional
string (def. '')
Any arguments to the unix "ls" command.


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:50 2005