Example reboot commands fail
authored
by
If I just copy/paste the examples from this page, I get an error like
this:
No idea what 'perdulce.torproject.org' is!
This is because the last sed command in subshells that fetch information
is not doing what it should since output is separated by newlines
instead of spaces. With `paste` we can make this work better.