Home
last modified time | relevance | path

Searched refs:join (Results 1 – 19 of 19) sorted by relevance

/coreutils/man/
Djoin.x2 join \- join lines of two files on a common field
Duniq.x6 comm(1), join(1), sort(1)
Dcomm.x6 join(1), uniq(1)
D.gitignore39 join.1
Dlocal.mk108 man/join.1: src/join$(EXEEXT)
/coreutils/tests/misc/
Dread-errors.sh89 join all_readers built_programs > built_readers || framework_failure_
Dwrite-errors.sh58 join all_writers built_programs > built_writers || framework_failure_
/coreutils/scripts/git-hooks/
Dcommit-msg20 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/
DREADME.older-versions138 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.gitignore47 join
Djoin.c41 #define join system_join macro
658 join (FILE *fp1, FILE *fp2) in join() function
1175 join (fp1, fp2); in main()
Dlocal.mk551 @join -v1 -t@ src/fs-magic src/fs-def
552 @join -v1 -t@ src/fs-kernel-magic src/fs-def
/coreutils/tests/du/
Dmove-dir-while-traversing.sh42 dest = os.path.join(dest_parent, os.path.basename(dir))
/coreutils/po/
DPOTFILES.in77 src/join.c
/coreutils/
DAUTHORS43 join: Mike Haertel
DREADME13 id install join kill link ln logname ls md5sum mkdir mkfifo mknod mktemp
DNEWS131 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/
Dcoreutils.texi79 * 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/
Dlocal.mk273 tests/misc/join.pl \