This is an old revision of the document!


Copy remote file via SSH:

scp <Username>@<Domain-OR-IP>:<File-Name> ./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

1)

1)
more will be added
Edit this page