命令行模式下执行命令: 格式为 command [-options] parameter1 parameter2 ... []里的内容代表可选的 注意:当命令太长,使用反斜杠“\”来转义回车键,使得命令可以连续到下一行 重要的热键: [Tab] 命令补全与文件补齐的功能(按两下) [Ctrl]-c 按住[Ctrl]再按c,中断目前程序 [Ctrl]-d 键盘输入结束,可以...
date-d"2 weeks"显示2周后的日期 date-d"next monday"显示下周一的日期 date-d next-day +%Y%m%d 或date-d tomorrow +%Y%m%d 显示明天的日期 date-d last-day +%Y%m%d 或date-d yesterday +%Y%m%d 显示昨天的日期 date-d last-month +%Y%m 显示上个月的月份 date-d next-month +%Y%m 显示下个...
01vi/vim 的使用 基本上 vi/vim 共分为三种模式,分别是命令模式(Command mode),输入模式(Insert mode)和底线命令模式(Last line mode)。 1.三种模式的转换图: 2.命令模式 用户刚刚启动 vi/vim,便进入了命令模式。此状态下敲击键盘动作会被Vim识别为命令,而非输入字符。比如我们此时按下i,并不会输入一个字符...
1.date 2.cal 四、文件权限类 1.文件属性 2.chmod(change mode) 五、搜素查找类 1.find 2.grep 过滤查找及“|”管道符 3.which 六、压缩和解压类 1.gzip/gunzip压缩 2.zip/unzip压缩 3.tar 七、进程线程类 1.ps 2.kill 3.netstat
can use the /usr/bin/tzselect command in shell scripts: Asia/Shanghai 把上海的时区写入到磁盘中,在写入时选择覆盖即可 # cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime # hwclock # date Sat Dec 31 23:09:50 CST 2016 11.3.3.4 按照指定的格式显示时间 ...
【5】linux-》date 释义:设置或查看日期时间 常见用法: date ==> 查看当前日期时间 date -s “2020/12/12” ==> 设置日期 【6】linux-》dpkg 释义:手工安装 deb 软件包 常见用法: dpkg -i x.deb ==> 安装x.deb软件包 注意:Ubuntu是Debian系统的扩展和继承,因此Ubuntu中的软件安装包的格式为deb。
[~/shell/file_operation]#date -f temp 2013年 05月 11日 星期六 20:13:00 CST 2.clock与hwclock其实是一回事(与硬件时间相关): [~/shell/file_operation]#clock --help hwclock - query and set the hardware clock (RTC) Usage: hwclock [function] [options...] ...
sed [options]'匹配条件&操作指令;匹配条件&操作指令;'file options: 基本操作指令 数据定位方案 find ①find path -name "xxx"按照文件名进行匹配,支持正则 ②find path -size +2048按照文件大小进行匹配,+2048是大于,-2048是小于,2048是等于; 单位是数据块,一个数据块=512字节 ...
4、OPTIONS(选项) -C config_file 配置文件 Specify the configuration file to use; the default is /private/etc/man.conf. (See man.conf(5).) 指定要使用的配置文件;默认的配置文件是/private/etc/man.conf。(详见man.conf(5)) -M path 路径 ...
You can set the date and time on the software clock using thedatecommand. First, determine your current time zone: cumulus@switch:~$ date +%Z If you need to reconfigure the current time zone, refer to the instructions above. Then, to set the system clock according to the time zone conf...