文件操作 - test_util.aug
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/augeas/lenses/dist/tests/test_util.aug
编辑文件内容
module Test_Util = test Util.empty_c_style get "/* */\n" = { } test Util.comment_multiline get "/* comment */\n" = { "#mcomment" { "1" = "comment" } } test Util.comment_multiline get "/*\ncomment\n*/\n" = { "#mcomment" { "1" = "comment" } } test Util.comment_multiline get "/** * Multi line comment * */\n" = { "#mcomment" { "1" = "*" } { "2" = "* Multi line comment" } { "3" = "*" } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件