当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Creating, Editing, and Updating
 

 

 ·sccs chapter 1    »显示摘要«
    摘要:introduction to sccs (source code control system)introduction to sccsthe sccs commands form a complete system for creating, editing, converting, or changing the controls on sccs files. an sccs file is......
 ·tuning mysql    »显示摘要«
    摘要: discussion about optimise mysql to handle a high traffic website. tim cto, digital content solutionsmysql settings, many concurrent users. i run a site for a client that has over 3000 users that log ......


SCCS Chapter 3
creating, editing, and updating an sccs file

creating, editing, and updating an sccs file

【程序编程相关:http://www.myfaq.com

【推荐阅读:[连载]GNU 文本实用程序简介----

【扩展信息:ulimit使用简介

you can create, edit, and update an sccs file using the admin, get, and delta commands.

creating an sccs file

admin creates an sccs file or changes an existing sccs file.

to create an empty sccs file named s.test.c, enter:

admin -n s.test.c

using the admin command with the -n flag creates an empty sccs file.

to convert an existing text file into an sccs file, enter:

admin -itest.c s.test.c there are no sccs identification keywords in the file (cm7) ls s.test.c test.c

if you use the -i flag, the admin command creates delta 1.1 from the specified file. once delta 1.1 is created, rename the original text file so it does not interfere with sccs commands (it will act as a backup):

mv test.c back.c

the message there are no sccs identification keywords in the file (cm7) does not indicate an error.


...   下一页
 ·环境变量与保留字符    »显示摘要«
    摘要:狂晕!谁知道“\”的资料 (6)shell环境变量 cdpath 用于cd命令的查找路径 home /etc/passwd文件中列出的用户主目录 ifs internal field separator,默认为空格,tab及换行符 mail /var/mail/$username mail等程序使用 path ps1,ps2 默认提示符($)及换行提示符(>) term 终端类型,常用的有v......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE