↧
Answer by raphink for Why does the file name needs to be repeated?
By default, Augeas loads all the files it knows about, which can be quite slow.To prevent this, your command uses --noautoload which bypasses automatically loading files from lenses. While this makes...
View ArticleWhy does the file name needs to be repeated?
If I doaugtool --noautoload --transform "sshd incl /etc/ssh/sshd_config" ls "/files/etc/ssh/sshd_config/"then I get the tree structure of /etc/ssh/sshd_config, but here I have written the file path...
View Article