Displaying 1 result from an estimated 1 matches for "1246bcpqruv".
Did you mean:
12346bcpqrv
2006 May 14
1
scp patch to delete source files after copy
...config] [-i identity_file]\n"
" [-l limit] [-o ssh_option] [-P port] [-S program]\n"
" [[user@]host1:]file1 [...] [[user@]host2:]file2\n");
exit(1);
--- 1097,1103 ----
usage(void)
{
(void) fprintf(stderr,
! "usage: scp [-1246BCpqruv] [-c cipher] [-F ssh_config] [-i identity_file]\n"
" [-l limit] [-o ssh_option] [-P port] [-S program]\n"
" [[user@]host1:]file1 [...] [[user@]host2:]file2\n");
exit(1);
*** scp.1 2006-01-20 11:31:47.000000000 +1100
--- scp.1.new 2006-05...