readme
来自「Linux程序设计(原书第2版)源码」· 代码 · 共 33 行
TXT
33 行
Chapter 4 - The UNIX Environment.args.c - A program that splits command-line options from arguments.argopt.c - An extended version of args.c that flags up illegal options and that expects arguments following some options.environ.c - A program that prints out the values of environment variables.showenv.c - A program that prints out all the environment variables with their current values.envtime.c - A program that prints the low level time value every 2 seconds for 20 seconds.gmtime.c - A program that prints human time.ctime.c - A program that prints the local time.strftime.c - A program that gives the user more control over the look of the time output.tmpnam.c - A progam that creates a unique temporary file.user.c - A program that prints information about the user from password file.hostget.c - A program that prints information about the host computer.syslog.c - A program that writes message to syslog on error.logmask.c - A program that uses logmask to log only messages of a certain priority. (Needs Linux kernels later than 1.2.11.)limits.c - A program that pushes resource to their limits.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?