Seth Kenlon

Authored Comments

Don, have you looked through my LXC article yet?
https://opensource.com/article/18/11/behind-scenes-linux-containers

It does demonstrate how to create a bridge device, so that might help.

a) fixed, thanks
b) fixed, thanks

Replacing long options with short options is great for everyday use, but when teaching a command it's a lot easier to remember and understand long options than short ones. For example, ``--field-separator`` is self-explanatory, while ``-F`` is cryptic and easily confused with ``-f``, which is also used in this article. Long options just make more sense.

Reverse descending order is one of many things awk can do. Ideally (as you obviously know!), but this article empowers readers to make discoveries for further use cases on their own. That's my intent, anyway!

Thanks for the comments and corrections!