sccs command
purpose 【程序编程相关:[转载]GNU 文本实用程序简介----】
【推荐阅读:SHELL】
【扩展信息:[转载]GNU 文本实用程序简介----】
administration program for sccs commands.
syntax
sccs [ -r ] [ -dpath ] [ -ppath ] command [ commandflags ] file ...
description
the sccs command is an administration program that incorporates the set of source code control system (sccs) commands into the operating system. additionally, the sccs command can be used to assign or reassign file ownership (see the -r flag).
the sccs command activates a specified command having the specified flags and arguments. each file is normally placed in a directory named sccs and named s.filename. the directory sccs is assumed to exist relative to the working directory (unless the -p flag is used).
two types of commands can be used in the sccs command syntax sentence. the first type consists of 14 sccs commands that can be entered at the prompt. the second type, pseudo-commands, can be used only as part of the sccs command syntax. there are 12 pseudo-commands, which perform the following actions:
edit equivalent to the get -e command. delget performs a delta command on the named files and then gets new versions. the new versions of the files have expanded identification keywords and are not editable.flags:
... 下一页