#!/bin/bash # 编写一个Shell脚本,输出当前日期和时间。 # 【要求】按 “xxxx年xx月xx日 xx时xx分xx秒” 格式输出 echo `date +"%Y年%m月%d日 %H时%M分%S秒"`