.TH SDC 1csound CARL
.SH NAME
sdc - print map of soundfile disk cylinder usage
.SH SYNOPSIS
.B sdc 
[/dev][/user]
.SH DESCRIPTION
.B sdc 
prints a map of a 
.I csound 
file system's disk cylinder usage. If no argument is
given, 
.B sdc
will choose your default file system,
with a special indication about which cylinders are owned by you.
The argument may be either a
soundfile device (/snd or /snd1, currently at CARL), 
or a user name (preceded
with a slash, according to csound program conventions), or both.
Examples:
.nf
.sp
% sdc			- lists user's own files on user's default device
% sdc /snd 		- lists user's files on device /snd
% sdc /rusty		- lists rusty's files on user's default device
% sdc /snd1/dgl		- lists dgl's files on device /snd1
.sp
.fi
.PP
Cylinders occupied by files owned by
the person under scrutiny will be printed with '*' and '+' (alternating
to show successive files).  Unused cylinders are printed with '.',
used cylinders with 'u', allocated and freed cylinders with 'a' and 'f'.
Allocated cylinders which the owner under scrutiny own are printed as 'A'.
.SH SEE ALSO
lsf(1csound), sfck(1csound), cdsf(1csound), pwsf(1csound).
