Searched refs:join (Results 1 – 19 of 19) sorted by relevance
/coreutils/man/ |
D | join.x | 2 join \- join lines of two files on a common field
|
D | uniq.x | 6 comm(1), join(1), sort(1)
|
D | comm.x | 6 join(1), uniq(1)
|
D | .gitignore | 39 join.1
|
D | local.mk | 108 man/join.1: src/join$(EXEEXT)
|
/coreutils/tests/misc/ |
D | read-errors.sh | 89 join all_readers built_programs > built_readers || framework_failure_
|
D | write-errors.sh | 58 join all_writers built_programs > built_writers || framework_failure_
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 20 install join kill link ln logname ls md5sum mkdir mkfifo mknod mktemp 29 my $v_or = join '|', @valid; 76 and return 'invalid first word(s) of summary line: ' . join (', ', @bad); 129 my $buf = join ("\n", @line) . "\n";
|
/coreutils/scripts/build-older-versions/ |
D | README.older-versions | 138 basename-7.6 join-5.0 shred-5.97 139 cat-5.0 join-5.97 shred-6.12 140 cat-5.97 join-6.12 shred-7.6 141 cat-6.12 join-7.6 shuf-6.12
|
/coreutils/src/ |
D | .gitignore | 47 join
|
D | join.c | 41 #define join system_join macro 658 join (FILE *fp1, FILE *fp2) in join() function 1175 join (fp1, fp2); in main()
|
D | local.mk | 551 @join -v1 -t@ src/fs-magic src/fs-def 552 @join -v1 -t@ src/fs-kernel-magic src/fs-def
|
/coreutils/tests/du/ |
D | move-dir-while-traversing.sh | 42 dest = os.path.join(dest_parent, os.path.basename(dir))
|
/coreutils/po/ |
D | POTFILES.in | 77 src/join.c
|
/coreutils/ |
D | AUTHORS | 43 join: Mike Haertel
|
D | README | 13 id install join kill link ln logname ls md5sum mkdir mkfifo mknod mktemp
|
D | NEWS | 131 comm, cut, join, od, and uniq will now exit immediately upon receiving a 1415 join, sort, uniq with --zero-terminated, now treat '\n' as a field delimiter. 1842 join accepts a new option: --zero-terminated (-z). As with the sort,uniq 1843 option of the same name, this makes join consume and produce NUL-terminated 2510 join --check-order now prints "join: FILE:LINE_NUMBER: bad_line" for an 2511 unsorted input, rather than e.g., "join: file 1 is not in sorted order". 2619 join --header now skips the ordering check for the first line 2622 join -v2 now ensures the default output format prints the match field 2643 join now supports -o 'auto' which will automatically infer the 2649 join no longer reports disorder when one of the files is empty. [all …]
|
/coreutils/doc/ |
D | coreutils.texi | 79 * join: (coreutils)join invocation. Join lines on a common field. 195 * Operating on fields:: cut paste join 295 * join invocation:: Join lines on a common field 1903 @itemx --join-blank-lines=@var{number} 1905 @opindex --join-blank-lines 2512 Split lines only. Do not join short lines to form longer ones. This 2720 @itemx --join-lines 2722 @opindex --join-lines 6275 * join invocation:: Join lines on a common field. 6352 one can use the @command{join} command, to process blank [all …]
|
/coreutils/tests/ |
D | local.mk | 273 tests/misc/join.pl \
|