unionbridge.org - uniontown labs

Description: uniontown labs is a repository for the projects of todd jeremy treece.

Example domain paragraphs

If you need to transfer a config file to multiple remote machines, dsh will make your life easier. Check out my previous post about dsh if you need more info about setting up dsh .

First, let’s look at the example file we plan on transferring:

$ cat example-file example file line 1 example file line 2 We will pipe the output of that file to a dsh group using the -i and -c options. Let’s look at the docs for those options first.