Home
last modified time | relevance | path

Searched refs:relative (Results 1 – 11 of 11) sorted by relevance

/coreutils/tests/misc/
Drealpath.sh46 returns_ 1 realpath --relative-base . --relative-to . || fail=1
47 returns_ 1 realpath --relative-base . || fail=1
50 returns_ 1 realpath -e --relative-to=dir1/f --relative-base=. . || fail=1
51 realpath -e --relative-to=dir1/ --relative-base=. . || fail=1
55 returns_ 1 realpath --relative-base= --relative-to=. . || fail=1
64 test $(realpath -m --relative-to=prefix prefixed/1) = '../prefixed/1' || fail=1
65 test $(realpath -m --relative-to=prefixed prefix/1) = '../prefix/1' || fail=1
66 test $(realpath -m --relative-to=prefixed prefixed/1) = '1' || fail=1
69 test $(realpath -sm --relative-to=/usr /) = '..' || fail=1
71 test $(realpath -sm --relative-to=/ /usr) = 'usr' || fail=1
[all …]
/coreutils/man/
Dtouch.x10 calendar date, time of day, time zone, day of week, relative time,
11 relative date, and numbers. An empty string indicates the beginning
Ddate.x10 calendar date, time of day, time zone, day of week, relative time,
11 relative date, and numbers. An empty string indicates the beginning
/coreutils/tests/date/
Ddate-debug.sh41 date: parsed relative part: +3 day(s)
42 date: parsed relative part: +3 day(s) -90 minutes
48 date: warning: when adding relative days, it is recommended to specify noon
145 date: parsed relative part: -8 day(s)
150 date: warning: when adding relative days, it is recommended to specify noon
173 date: parsed relative part: -1 month(s)
177 date: warning: when adding relative months/years, $TOOLONG
204 date: parsed relative part: +6 month(s)
208 date: warning: when adding relative months/years, $TOOLONG2
/coreutils/src/
Dln.c53 static bool relative; variable
163 ? (relative ? -1 in atomic_link()
210 if (relative) in do_link()
524 relative = true; in main()
571 if (relative && !symbolic_link) in main()
/coreutils/tests/ls/
Droot-rel-symlink-color.sh38 && skip_ no relative symlink in /
/coreutils/
DREADME113 a well-written ChangeLog entry, unified (diff -u format) diffs relative
114 to the most recent test release (or, better, relative to the latest
DHACKING37 to restore master to its unmodified (relative-to-upstream) state:
147 your changes on the branch so that they are once again relative to the
157 Now, return to your branch, and "rebase" relative to trunk (master):
181 Once it finishes, your changes on the branch are now relative to
242 will print the longer tag-relative string that you'll need.
DNEWS1353 install -D again copies relative file names when absolute file names
1671 [bug introduced with the --relative feature in coreutils-8.16]
1768 df now processes symbolic links and relative paths to special files containing
1782 ln --relative now updates existing symlinks correctly. Previously it based
1783 the relative link on the dereferenced path of an existing link.
1784 [This bug was introduced when --relative was added in coreutils-8.16.]
2170 ls --color would mis-color relative-named symlinks in /
2276 ln now accepts the --relative option, to generate a relative
2313 but could also be observed with --relative-base=/ or
2314 --relative-to=/. [bug since the beginning, in 8.15]
[all …]
/coreutils/tests/
Dlocal.mk450 tests/truncate/truncate-relative.sh \
606 tests/ln/relative.sh \
739 tests/touch/relative.sh \
/coreutils/doc/
Dcoreutils.texi4457 in their original relative order. The @option{--unique}
7231 relative position in @var{string1}. Doing this specifies case conversion.
10901 There are trade-offs to using absolute or relative symlinks. An
10905 pointed to might not always be the same. A relative symbolic link is
10911 When creating a relative symlink in a different location than the
10915 location where the relative symlink will be created, so that
10992 @itemx --relative
10994 @opindex --relative
10995 Make symbolic links relative to the link location.
11009 over relative file name generation, as demonstrated in the following example:
[all …]