/usr/src/bin/echo/echo.c

2009-05-13 01:53:47来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


ECHO(1)
                 NetBSD General Commands Manual                 ECHO(1)
NAME
     echo -- 将参数写到标准输出
SYNOPSIS
     echo [-n] [string ...]
DESCRIPTION
     echo 程序将输入的以空格隔开、以换行结束的任何参数写到标准输出。
     有如下选项:
     -n    不打印结尾的换行符。
EXIT STATUS
     echo 返回0表示成功,返回>0表示错误。
SEE ALSO
     
printf(1)
STANDARDS
     echo 程序符合 IEEE Std 1003.2 (``POSIX.2'') 标准。
NetBSD 3.0                       July 22, 1993                      NetBSD 3.0
1  /* $NetBSD: echo.c,v 1.15 2003/11/25 03:40:18 simonb Exp $  */
2
3  /*
4   * Copyright (c) 1989, 1993
5   *  The Regents of the University of California.  All rights reserved.
6   *
7   * Redistribution and use in source and binary forms, with or without
8   * modification, are permitted provided that the following conditions
9   * are met:
10   * 1. Redistributions of source code must retain the above copyright
11   *    notice, this list of conditions and the following disclaimer.
12   * 2. Redistributions in binary form must reproduce the above copyright
13   *    notice, this list of conditions and the following disclaimer in the

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:SHOUTcast网络广播

下一篇:FreeBSD读书笔记—11进程间通信—11.4数据结构