| 
 | User Documentation | |||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide ls.pro
| ls | 
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".
; 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'
| Parameters | |
| pattern | The pattern to list. | 
| Keywords | |
| options | Any arguments to the unix "ls" command. |