Advertisement
Guest User

kergnkre

a guest
Oct 15th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. printf("Uso: psplit [-l NLINES] [-b NBYTES] [-s BSIZE] [-p PROCS] [FILE1] [FILE2]...\n");
  2. printf("\tOpciones:\n");
  3. printf("\t-l NLINES Número máximo de líneas por fichero.\n");
  4. printf("\t-l NBYTES Número máximo de bytes por fichero.\n");
  5. printf("\t-s BSIZE Tamaño en bytes de los bloques leídos de [FILEn] o stdin.\n");
  6. printf("\t-p PROCS Número máximo de procesos simultáneos.\n");
  7. printf("\t-h Ayuda\n");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement