文件操作 - hosts.aug
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/augeas/lenses/dist/hosts.aug
编辑文件内容
(* Parsing /etc/hosts *) module Hosts = autoload xfm let word = /[^# \n\t]+/ let record = [ seq "host" . Util.indent . [ label "ipaddr" . store word ] . Sep.tab . [ label "canonical" . store word ] . [ label "alias" . Sep.space . store word ]* . Util.comment_or_eol ] let lns = ( Util.empty | Util.comment | record ) * let xfm = transform lns (incl "/etc/hosts")
修改文件时间
将文件时间修改为当前时间的前一年
删除文件