Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 63) sorted by relevance

123

/coreutils/tests/help/
Dhelp-version.sh63 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/
Dbuild-older-versions.sh129 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.
DREADME.older-versions9 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/
Dsort-version.texi7 @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.gitignore24 /version.texi
/coreutils/tests/groups/
Dgroups-version.sh22 groups --version | sed 's/^groups/id/; /^$/q' > out || fail=1
23 id --version | sed '/^$/q' > exp || fail=1
/coreutils/tests/mv/
Dsticky-to-xpart.sh44 version=$(
46 mv --version |
49 case $version in
/coreutils/tests/misc/
Dfalse-status.sh23 returns_ 1 env false --version > /dev/null || fail=1
27 returns_ 1 env true --version > /dev/full || fail=1
Decho.sh57 POSIXLY_CORRECT=1 $prog --version >> out || fail=1
62 --version
/coreutils/
DMakefile.am24 .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-suppressions7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
/coreutils/man/
Dhelp2man273 my $version;
304 $version = $3;
310 $version = $3;
314 $version = $_;
338 $program, $version;
346 $source ||= "$package $version";
/coreutils/tests/sort/
Dsort-month.sh22 locale --version >/dev/null 2>&1 ||
Dsort-stale-thread-mem.sh39 valgrind --quiet --error-exitcode=3 sort --version > /dev/null ||
Dsort-rand.sh37 if (locale --version) > /dev/null 2>&1; then
/coreutils/m4/
Dprereq.m414 # the Free Software Foundation, either version 3 of the License, or
15 # (at your option) any later version.
/coreutils/tests/
Denvvar-check8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
/coreutils/tests/tail/
Dtail-c.sh23 for file in /proc/version /sys/kernel/profiling; do
/coreutils/.github/
DISSUE_TEMPLATE.txt41 * 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/
Dtac-2-nonseekable.sh29 for file in /proc/version /sys/kernel/profiling; do
/coreutils/tests/rm/
Dfail-2eperm.sh36 rm --version |
/coreutils/tests/od/
Dod-j.sh22 for file in ${srcdir=.}/tests/init.sh /proc/version /sys/kernel/profiling; do
/coreutils/src/
Dlocal.mk81 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
Dextract-magic91 version => sub { print "$ME version $VERSION\n"; exit },
/coreutils/tests/head/
Dhead-c.sh49 for file in /proc/version /sys/kernel/profiling; do

123