Suppose I have fstab
-like 2-dimensional white-space separated table (in my case it is /etc/lxc/lxc-usernet
), with the following typical contents:
# USERNAME TYPE BRIDGE COUNT
adam veth lxcbr0 10
tempuser veth lxcbr1 5
How to edit it with augeas? I don't need to address the fields by name, they can be addressed by index if that helps.