<div dir="ltr"><div class="gmail_quote"><div>Hello, A GUI program uses rsync for network transfers. It is able to load  filters from a file by putting a dot and underscore before it.<br></div>Example:mkdir 1 2; touch 1/a .empty; rsync -f ._empty 1/ 2/<br><br>Is the dot underscore specific to rsync or is it a general bash (or similar?) feature to load arguments from a file? And is it documented anywhere for rsync?</div></div>