=head1 NAME pts source - Read pts commands from a file =head1 SYNOPSIS =for html
B S<<< [B<-file>] > >>> S<<< [B<-cell>] > >>> [B<-noauth>] [B<-force>] B S<<< [B<-f>] > >>> S<<< [B<-c>] > >>> [B<-n>] [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. =back =head1 OUTPUT This command shows the output of each comand 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 IBM Public License Version 1.0. This man page was written by Jason Edgecombe for OpenAFS.