✏️ 正在编辑: iproute2.aug
路径:
/snap/certbot/5758/usr/share/augeas/lenses/dist/iproute2.aug
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
module IPRoute2 = autoload xfm let empty = [ del /[ \t]*#?[ \t]*\n/ "\n" ] let id = Rx.hex | Rx.integer let record = [ key id . del /[ \t]+/ "\t" . store /[a-zA-Z0-9\/-]+/ . Util.comment_or_eol ] let lns = ( empty | Util.comment | record ) * let xfm = transform lns (incl "/etc/iproute2/*" . Util.stdexcl)
💾 保存文件
← 返回文件管理器