=head1 NAME
pts_source - Read pts commands from a file
=head1 SYNOPSIS
=for html
B
S<<< [B<-file>] > >>> S<<< [B<-cell>] > >>>
[B<-noauth>] [B<-localauth>] [B<-force>]
B S<<< [B<-f>] > >>> S<<< [B<-c>] > >>>
[B<-n>] [B<-l>] [B<-f>]
=for html
=head1 DESCRIPTION
The B runs commands from a file as if they were typed in B mode. The command can be run from the command line or
interactively.
=head1 CAUTIONS
Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the B command was
only available on Unix or Linux and when OpenAFS was compiled with the
supergroups option (disabled by default). As of OpenAFS 1.4.5 and 1.5.23,
it is always available.
=head1 OPTIONS
B takes the following options:
=over 4
=item B<-cell> >
Names the cell in which to run the command. For more details, see
L.
=item B<-file> >
Specifies the filename from which to read commands.
=item B<-force>
Enables the command to continue executing as far as possible when errors
or other problems occur, rather than halting execution at the first error.
This is useful for bulk operations where you would like to continue even
if one of many operations fails.
=item B<-noauth>
Assigns the unprivileged identity anonymous to the issuer. For more
details, see L.
=item B<-localauth>
Constructs a server ticket using a key from the local
F file. Do not combine this flag with the
B<-cell> or B<-noauth> options. For more details, see L.
=back
=head1 OUTPUT
This command shows the output of each command in the file as if it were
run normally.
=head1 EXAMPLES
Here is an example of using B in a B session:
% echo examine admin > /tmp/commands.txt
% pts interactive
pts> source /tmp/commands.txt
Name: admin, id: 1, owner: system:administrators, creator: anonymous,
membership: 2, flags: S----, group quota: 20.
pts> quit
%
=head1 SEE ALSO
L,
L,
L,
L
=head1 COPYRIGHT
Copyright 2007 Jason Edgecombe
This documentation is covered by the BSD License as written in the
doc/LICENSE file. This man page was written by Jason Edgecombe for
OpenAFS.