print


    print -- Retrieve a depot file to the standard output

    p4 print [ -o localFile -q ] file[revRange] ...

	Retrieve the contents of a depot file to the client's standard
	output.  The client's have list is not affected.  If file is
	specified as a client file name, the client view is used to
	find the corresponding depot file.

	If the file argument has a revision, then all files as of that
	revision are printed.  If the file argument has a revision range,
	then only files selected by that revision range are printed, and
	the highest revision in the range is used for each file.  Normally,
	the head revision is printed.  See 'p4 help revisions' for help
	specifying revisions.

	The -o localFile flag redirects the output to the named file on
	the client filesystem.  In this case, at most one file is written.

	The -q flag suppresses the initial line that displays the file name
	and revision.