find non empty files and move them into another directory:
find . -size +0c -exec mv --force {} ../other_directory/ \;
linux
find non empty files and move ...
Remote Login to a XDMCP server
Want to connect to a remote unix/linux box with a enabled XDMCP server on your F8 desktop ?
execute in a shell
X :1 -query 192.168.1.100
where 192.168.1.100 is remote machine IP
More detailed at http://en.opensuse.org/Remote_Access_to_SUSE#Remote_X_Login