===== Basic Linux Administration ===== * Copy remote file via SSH: scp @: ./Desktop * Delete files which are so many returned 'Argument list too long' if using rm : find -maxdepth 1 -mindepth 1 -type f -name "filename.*" -delete