久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      linux命令之date命令

      date命令:

            選項(xiàng):                  -d<字符串>:顯示字符串所指的日期與時(shí)間。字符串前后必須加上雙引號(hào);                  -s<字符串>:根據(jù)字符串來設(shè)置日期與時(shí)間。字符串前后必須加上雙引號(hào);                  -u:顯示GMT;                  --help:在線幫助;                  --version:顯示版本信息。
            日期格式字符串列表                    %F 顯示年月日,2019-01-01                  %T 顯示時(shí)間,24小時(shí)制(hh:mm:ss)                  %Y 顯示年份,%y顯示兩位年份(2019則是19)                  %m 月份(01~12)                  %d 一個(gè)月的第幾天(01~31)                  %H 小時(shí),24小時(shí)制(00~23)                  %M 分鐘(00~59)                  %S 顯示秒(00~59)                  %s 從1970年1月1日00:00:00到目前經(jīng)歷的秒數(shù)
                實(shí)例:                    [root@itxuezhe ~]# date                   Tue Jan  1 14:43:42 CST 2019                    [root@itxuezhe ~]# date +%F                  2019-01-01                    [root@itxuezhe ~]# date +%T                  14:44:03                    [root@itxuezhe ~]# date +%Y-%m-%d-%H-%M-%S                  2019-01-01-14-45-03

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)