diff options
-rw-r--r-- | templates/show/configuration/files/node.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/show/configuration/files/node.def b/templates/show/configuration/files/node.def new file mode 100644 index 0000000..b13bc6d --- /dev/null +++ b/templates/show/configuration/files/node.def @@ -0,0 +1,6 @@ +help: Show available saved configurations +run: find ${vyatta_sysconfdir}/config/ -type f -not -name ".*" -not -name "config.boot.*" -printf "%f\t(%Tc)\t%T@\n" | sort -r -k3 | awk -F"\t" '{printf ("%-20s\t%s\n", $1,$2) ;}' + + + + |