zoukankan      html  css  js  c++  java
  • write命令帮助文档(ubuntu 18.04)

    WRITE(1)                  BSD General Commands Manual                 WRITE(1)
    
    NAME
         write — send a message to another user
    
    SYNOPSIS
         write user [tty]
    
    DESCRIPTION
         The write utility allows you to communicate with other users, by copying
         lines from your terminal to theirs.
    
         When you run the write command, the user you are writing to gets a mes‐
         sage of the form:
    
               Message from yourname@yourhost on yourtty at hh:mm ...
    
         Any further lines you enter will be copied to the specified user's termi‐
         nal.  If the other user wants to reply, they must run write as well.
    
         When you are done, type an end-of-file or interrupt character.  The other
         user will see the message ‘EOF’ indicating that the conversation is over.
    
         You can prevent people (other than the super-user) from writing to you
         with the mesg(1) command.
    
         If the user you want to write to is logged in on more than one terminal,
         you can specify which terminal to write to by specifying the terminal
         name as the second operand to the write command.  Alternatively, you can
         let write select one of the terminals - it will pick the one with the
         shortest idle time.  This is so that if the user is logged in at work and
         also dialed up from home, the message will go to the right place.
    
         The traditional protocol for writing to someone is that the string ‘-o’,
         either at the end of a line or on a line by itself, means that it is the
         other person's turn to talk.  The string ‘oo’ means that the person
         believes the conversation to be over.
    
    SEE ALSO
         mesg(1), talk(1), wall(1), who(1)
    
    HISTORY
         A write command appeared in Version 1 AT&T UNIX.
    
    BUGS
         The sender's LC_CTYPE setting is used to determine which characters are
         safe to write to a terminal, not the receiver's (which write has no way
         of knowing).
    
    BSD                            February 13, 2012                           BSD
  • 相关阅读:
    STL之vector
    bubble_sort(归并排序)
    just_sort
    单调队列(数列中长度不超过k的子序列和的最值)
    两数组中寻找两个数的某种关系
    删除一个数字之后数列gcd最大
    实现二叉树(search)
    简单的树(summary)
    H5页面,按钮点击效果(信用卡还款项目)
    vue路由相关知识收集
  • 原文地址:https://www.cnblogs.com/soldierback/p/10689185.html
Copyright © 2011-2022 走看看