Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 7 of 7) sorted by relevance

/coreutils/tests/cksum/
Dmd5sum-bsd.sh56 returns_ 1 md5sum --tag --check /dev/null || fail=1
63 returns_ 1 md5sum --tag --text /dev/null || fail=1
69 md5sum --tag "$i" >> check.md5 || fail=1
/coreutils/
DREADME-release39 If it is a remote file system tag it as such.
74 line 3 of NEWS, commit that, and tag the release; run:
76 build-aux/do-release-commit-and-tag X.Y stable
111 * Push the NEWS-updating changes and the new tag:
114 git push origin master tag v$v
DHACKING242 will print the longer tag-relative string that you'll need.
579 its SHA1 and then tag it or cherry-pick it onto an existing branch.
Dconfigure.ac25 # following the v6.9 tag, and that 58ddd is a prefix of the commit SHA1.
DNEWS2030 md5sum now accepts the --tag option to print BSD-style output with GNU
/coreutils/src/
Ddigest.c730 char const * const * tag = algorithm_tags; in algorithm_from_tag() local
731 while (*tag) in algorithm_from_tag()
733 size_t tag_len = strlen (*tag++); in algorithm_from_tag()
/coreutils/doc/
Dcoreutils.texi4051 mode by using the @option{--tag} option.
4186 format described above, the @option{--tag} output format,
4192 when presented with checksum information in the @option{--tag} output format.
4246 @item --tag
4247 @opindex --tag
4253 The @option{--tag} option implies binary mode, and is disallowed with
4257 The @command{cksum} command, uses @option{--tag} as its default output format.
4270 terminal. This mode is never defaulted to if @option{--tag} is used.
14425 | tee >(md5sum --tag) > >(sha256sum --tag) \