Searched refs:version (Results 1 – 25 of 63) sorted by relevance
123
/coreutils/tests/help/ |
D | help-version.sh | 63 v=$(env $i --version | sed -n '1s/.* //p;q') 85 env $i --version >/dev/null || fail=1 95 returns_ $expected env $i --version >/dev/full 2>/dev/null || 126 chgrp_setup () { args=--version; } 127 chown_setup () { args=--version; } 128 mkfifo_setup () { args=--version; } 129 mknod_setup () { args=--version; } 132 uptime_setup () { args=--version; } 182 eid_setup () { args=--version; } 189 basenc_setup () { args=--version; } [all …]
|
/coreutils/scripts/build-older-versions/ |
D | build-older-versions.sh | 129 version="${srcdir#coreutils}" # note: this keeps the '-' in '$version' 130 vprefix="$PREFIX/coreutils$version" 133 --program-suffix="$version" \ 158 ln -snvf "../coreutils$version/bin/$f" "$PREFIX/bin/$f" \ 168 ln -snfv "../../coreutils$version$share/man/man1/$f" "$PREFIX/man/man1/$f" \ 187 GNU Coreutils$version successfully installed.
|
D | README.older-versions | 9 This happens with Coreutils version 8.29 and earlier, on systems 10 using GlibC version 2.28 or newer, Such as Debian 10, CentOS 8, Fedora 29. 29 Older version (pre 7.2) mention 'tee','eaccess','futimens'. 35 GLibC version 2.28 removed a non-standard header file (libio.h) and some 38 These were announced as 'deprecated' in version 2.27 [1], and removed in 39 version 2.28. Gnulib code was adjusted shortly after [2], 78 1. Download the desired version from https://ftp.gnu.org/gnu/coreutils . 80 3. Configure the build, optionally adding the version number 116 It will also create symlinks to all version in a common directory 171 any later version published by the Free Software Foundation; with no
|
/coreutils/doc/ |
D | sort-version.texi | 7 @c any later version published by the Free Software Foundation; with no 41 @samp{ls --sort=version}, @samp{sort -V}, and 42 @samp{sort --version-sort} commands. 46 @node Using version sort in GNU Coreutils 47 @subsection Using version sort in GNU Coreutils 49 Two GNU Coreutils programs use version sort: @command{ls} and @command{sort}. 51 To list files in version sort order, use @command{ls} 52 with the @option{-v} or @option{--sort=version} option: 55 default sort: version sort: 66 To sort text files in version sort order, use @command{sort} with [all …]
|
D | .gitignore | 24 /version.texi
|
/coreutils/tests/groups/ |
D | groups-version.sh | 22 groups --version | sed 's/^groups/id/; /^$/q' > out || fail=1 23 id --version | sed '/^$/q' > exp || fail=1
|
/coreutils/tests/mv/ |
D | sticky-to-xpart.sh | 44 version=$( 46 mv --version | 49 case $version in
|
/coreutils/tests/misc/ |
D | false-status.sh | 23 returns_ 1 env false --version > /dev/null || fail=1 27 returns_ 1 env true --version > /dev/full || fail=1
|
D | echo.sh | 57 POSIXLY_CORRECT=1 $prog --version >> out || fail=1 62 --version
|
/coreutils/ |
D | Makefile.am | 24 .prev-version \ 25 .version \ 79 BUILT_SOURCES = .version 80 .version: 91 $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version 158 THANKS: THANKS.in Makefile.am .mailmap thanks-gen .version
|
D | .vg-suppressions | 7 # the Free Software Foundation, either version 3 of the License, or 8 # (at your option) any later version.
|
/coreutils/man/ |
D | help2man | 273 my $version; 304 $version = $3; 310 $version = $3; 314 $version = $_; 338 $program, $version; 346 $source ||= "$package $version";
|
/coreutils/tests/sort/ |
D | sort-month.sh | 22 locale --version >/dev/null 2>&1 ||
|
D | sort-stale-thread-mem.sh | 39 valgrind --quiet --error-exitcode=3 sort --version > /dev/null ||
|
D | sort-rand.sh | 37 if (locale --version) > /dev/null 2>&1; then
|
/coreutils/m4/ |
D | prereq.m4 | 14 # the Free Software Foundation, either version 3 of the License, or 15 # (at your option) any later version.
|
/coreutils/tests/ |
D | envvar-check | 8 # the Free Software Foundation, either version 3 of the License, or 9 # (at your option) any later version.
|
/coreutils/tests/tail/ |
D | tail-c.sh | 23 for file in /proc/version /sys/kernel/profiling; do
|
/coreutils/.github/ |
D | ISSUE_TEMPLATE.txt | 41 * Include the version of the program (e.g. the output of `PROG --version`). 75 the Free Software Foundation, either version 3 of the License, or 76 (at your option) any later version.
|
/coreutils/tests/tac/ |
D | tac-2-nonseekable.sh | 29 for file in /proc/version /sys/kernel/profiling; do
|
/coreutils/tests/rm/ |
D | fail-2eperm.sh | 36 rm --version |
|
/coreutils/tests/od/ |
D | od-j.sh | 22 for file in ${srcdir=.}/tests/init.sh /proc/version /sys/kernel/profiling; do
|
/coreutils/src/ |
D | local.mk | 81 nodist_src_libver_a_SOURCES = src/version.c src/version.h 339 $(top_srcdir)/lib/version-etc.c` 629 BUILT_SOURCES += src/version.c 630 src/version.c: Makefile 638 BUILT_SOURCES += src/version.h 639 src/version.h: Makefile 664 DISTCLEANFILES += src/version.c src/version.h
|
D | extract-magic | 91 version => sub { print "$ME version $VERSION\n"; exit },
|
/coreutils/tests/head/ |
D | head-c.sh | 49 for file in /proc/version /sys/kernel/profiling; do
|
123