Uruchomienie, wykonanie: csplit [options] file arguments
Jak działa CSPLIT, co robi CSPLIT: Separate file into context-based sections and place sections in files named xx00 through xxn (n < 100), breaking file at each pattern specified in arguments. See also split
Dostępne opcje, wywołanie CSPLIT: Read from standard input. Append suffix to output filename. This option causes -n to be ignored. suffix must specify how to convert the binary integer to readable form by including one of the following: %d, %i, %u, %o, %x, or %X. The value of suffix determines the format for numbers as follows: Signed decimal. Same as %d. Unsigned decimal. Octal. Hexadecimal. Same as %x. Name new files prefix00 through prefixn (default is xx00 through xxn). Keep newly created files even when an error occurs (which would normally remove these files). This is useful when you need to specify an arbitrarily large repeat argument, {n}, and you don't want an out-of-range error to cause removal of the new files. Use output filenames with numbers num digits long. The default is 2. Suppress all character counts. Do not create empty output files. However, number as if those files had been created.
- Co znaczy :
- Porównanie redundancy check (CRC) checksum for all files ; this is used to ensure that a file was not corrupted during transfer. Read from standard input if the character - is given or no files are given co znaczy.
- Krzyżówka :
- Dlaczego common to the sorted files file1 and file2 . Output is in three columns, from left to right: lines unique to file1 , lines unique to file2 , and lines common to both files. comm is similar to diff in krzyżówka.
- Co to jest :
- Jak lepiej columns from a file, where a column is a single character in a line. Read from standard input and write to standard output. Columns are numbered starting with 1; begin deleting columns at (including co to jest.
- Słownik :
- Kiedy specified C++ or Java function name symbol , or read and decode symbols from standard input if no symbol is given. This command reverses the name mangling used by C++ and Java compilers to support słownik.
- Czym jest :
- Od czego zależy columns or fields from one or more files . In the following options, list is a sequence of integers. Use a comma between separate values, and a hyphen to specify a range (e.g., 1-10 ,15 ,20 or 50 czym jest.
Użycie CSPLIT zastosowanie komendy na linii poleceńw Słownik C .