Home
last modified time | relevance | path

Searched refs:old (Results 1 – 15 of 15) sorted by relevance

/coreutils/tests/mv/
Dupdate.sh23 echo old > old || framework_failure_
24 touch -d yesterday old || framework_failure_
34 $cp_or_mv $interactive --update old new < /dev/null > out 2>&1 || fail=1
37 case "$(cat old)" in old) ;; *) fail=1 ;; esac
45 mv $update_option new old || fail=1
50 cp $update_option new old || fail=1
59 mv $update_option new old || fail=1
61 case "$(cat old)" in old) ;; *) fail=1 ;; esac
64 cp $update_option new old || fail=1
66 case "$(cat old)" in old) ;; *) fail=1 ;; esac
/coreutils/scripts/build-older-versions/
DREADME.older-versions101 With very old versions (5.X and 6.X), running "./configure" will
112 Programs in `$HOME/old-coreutils/coreutils-{VERSION}/bin`,
113 manual pages in `$HOME/old-coreutils/coreutils-{VERSION}/share/man`,
114 PDF manual in `$HOME/old-coreutils/coreutils-{VERSION}/share/doc`,
115 INFO pages in `$HOME/old-coreutils/coreutils-{VERSION}/share/info`.
117 `$HOME/old-coreutils/bin`.
127 versions 5.0,5.97,6.12,7.6 in `$HOME/old-coreutils/bin` :
129 $ ls $HOME/old-coreutils/bin
158 export PATH=$PATH:$HOME/old-coreutils/bin
159 export MANPATH=$MANPATH:$HOME/old-coreutils/man
Dbuild-older-versions.sh197 export PATH=\$PATH:\$HOME/old-coreutils/bin
198 export MANPATH=\$MANPATH:\$HOME/old-coreutils/man
/coreutils/
Ddist-check.mk121 (cd $(t) && mv $(distdir) $(distdir).old \
126 find $(t)/$(distdir).old $(t)/$(distdir) -name .deps | xargs -r rmdir
127 diff -ur $(t)/$(distdir).old $(t)/$(distdir)
DREADME-prereq24 package. If some packages are available but are too old, install the
25 too-old versions first as they may be needed to build newer versions.
DREADME-install16 to code that even an old pre-c99 compiler can handle, but it was too
DTODO2 over the years. Beware: some are quite old and no longer valid. To avoid
DNEWS593 ptx -T no longer attempts to substitute old-fashioned TeX escapes
685 ln works again on old systems without O_DIRECTORY support (like Solaris 10),
723 [The old behavior was introduced in sh-utils 2.0.15 ca. 1999, predating
817 uses fewer system calls and avoids some races. The old statting
1161 Internet RFC number for email dates (currently RFC 5322). The old
1522 the old "/", and therefore is useful with the --group and --userspec options.
1615 the old, wrong EBCDIC value, and E is the new, corrected EBCDIC value; all
2801 [The old behavior was introduced in coreutils-6.0 and had been removed
2922 message when using new glibc coupled with an old kernel.
3776 Set POSIXLY_CORRECT if you require the old, risk-prone behavior.
[all …]
/coreutils/tests/chroot/
Dchroot-fail.sh41 chroot: option --skip-chdir only permitted if NEWROOT is old '/'
/coreutils/src/
Ddircolors.hin234 .dpkg-old 00;90
236 .old 00;90
247 .ucf-old 00;90
Duniq.c281 different (char *old, char *new, size_t oldlen, size_t newlen) in different() argument
289 return oldlen != newlen || memcasecmp (old, new, oldlen); in different()
291 return oldlen != newlen || memcmp (old, new, oldlen); in different()
Dshred.c1073 char const *old = first ? qoldname : oldname; in wipename() local
1075 _("%s: renamed to %s"), old, newname); in wipename()
/coreutils/scripts/git-hooks/
Dcommit-msg32 # Rewrite the $LOG_FILE (old contents in @$LINE_REF) with an additional
/coreutils/doc/
Dfdl.texi295 you may not add another; but you may replace the old one, on explicit
296 permission from the previous publisher that added the old one.
Dcoreutils.texi1578 implementation to have either the old or the new behavior.
2729 to disentangle the old (POSIX-compliant) options @option{-w} and
6264 Anyhow, that's where tsort came from. To solve an old problem with
8493 months old, and is not dated in the future. If a timestamp dated
10036 Ignored; for compatibility with old Unix versions of @command{install}.
10584 maximize the damage they do to the old data.
11604 @item --from=@var{old-owner}
11608 by @var{old-owner}. @var{old-owner} has the same form as @var{new-owner}
12256 @cindex file system space, retrieving old data more quickly
16247 @samp{old} means the user has been idle for more than 24 hours.
[all …]