=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<-auth>] [B<-encrypt>] [B<-help>]
S<<< [B<-config> >] >>>
B S<<< [B<-f>] > >>> S<<< [B<-c>] > >>>
[B<-n>] [B<-l>] [B<-f>] [B<-h>] [B<-a>] [B<-e>] S<<< [B<-co> >] >>>
=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<-file> >
Specifies the file name to read commands from. The commands in the given file
are run as if they were typed in pts interactive mode.
=include fragments/pts-common.pod
=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.