Home
last modified time | relevance | path

Searched refs:target (Results 1 – 20 of 20) sorted by relevance

/coreutils/tests/touch/
Ddangling-symlink.sh23 rm -f touch-target t-symlink
24 ln -s touch-target t-symlink
29 test -f touch-target || fail=1
30 rm -f touch-target t-symlink
/coreutils/tests/mv/
Ddiag.sh30 mv --target=. >> out 2>&1 && fail=1
35 mv --target=f2 f1 >> out 2>&1 && fail=1
42 mv: target 'f1': Not a directory
43 mv: target directory 'f2': Not a directory
/coreutils/tests/df/
Ddf-symlink.sh27 df --out=source,target "$file_system" > exp ||
29 df --out=source,target symlink > out || fail=1
41 df --out=source,target '.' > out || fail=1
Ddf-output.sh59 df --output=target,source,target '.' 2>out && fail=1
63 df --out=target,source --out=target '.' 2>out && fail=1
74 --o=size,used,avail,pcent,file,target '.' >out || fail=1
106 df --output=source,target --total '.' >out || fail=1
119 df --output=target --total '.' >out || fail=1
Dproblematic-chars.sh60 LC_ALL=$f df --output=target "$mnt" > df.out || fail=1
Dskip-duplicates.sh26 df --local --output=target >LOCAL_FS || skip_ 'df fails'
/coreutils/tests/truncate/
Dtruncate-dangling-symlink.sh22 ln -s truncate-target t-symlink
26 test -f truncate-target || fail=1
/coreutils/tests/cp/
Dderef-slink.sh23 touch f slink-target || framework_failure_
24 ln -s slink-target slink || framework_failure_
Dfail-perm.sh52 cp --no-target-directory F symlink 2> out && fail=1
57 cp: target directory 'symlink': Permission denied
60 cp --target-directory=symlink F 2> out && fail=1
/coreutils/tests/tail/
Dsymlink.sh49 ln -nsf target symlink || framework_failure_
53 echo "X" > target || framework_failure_
62 rm -f target out || framework_failure_
/coreutils/tests/ln/
Dtarget-1.sh28 ln -s --target-dir=d ../f || fail=1
/coreutils/tests/ls/
Dreaddir-mountpoint-inode.sh24 df --local --out=target | sed -n '/^\/./p' > mount_points
Dls-misc.pl90 my $target = {PRE => sub {
188 {OUT => "$e\e[01;34mX$e\n"}, $target, $target2],
/coreutils/src/
Dln.c124 convert_abs_rel (char const *from, char const *target) in convert_abs_rel() argument
128 char *targetdir = dir_name (target); in convert_abs_rel()
Ddircolors.hin63 LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
/coreutils/
DREADME-install46 to the presence of the "[" target. OSF/1 make(1) appears to
48 appears to skip the "[" target. To work around these issues
Dinit.cfg429 or use the shortcut target of the toplevel Makefile,
446 or use the shortcut target of the toplevel Makefile,
DNEWS1057 have quoted the target name if the link name itself didn't need quoting.
1777 install now removes the target file if the strip program failed for any
1816 to the symlink target (re)appearing after being (re)created.
1977 df --total now prints '-' into the target column (mount point) of the
1978 summary line, accommodating the --output option where the target field
1980 'total' in the target column.
2277 symbolic link to a target, irrespective of how the target is specified.
2391 dangling symlinks when an 'ln=target' entry is in $LS_COLORS.
2789 rather than its aliased target.
2926 symlinks when the 'LINK target' directive was given to dircolors.
[all …]
/coreutils/doc/
Dcoreutils.texi597 @itemx --target-directory=@var{directory}
599 @opindex --target-directory
600 @cindex target directory
608 @itemx --no-target-directory
610 @opindex --no-target-directory
611 @cindex target directory
804 * Target directory:: Specifying a target directory.
1258 @cindex target directory
1271 @itemx --no-target-directory
1272 @opindex --no-target-directory
[all …]
/coreutils/tests/
Dlocal.mk609 tests/ln/target-1.sh \
698 tests/mv/no-target-dir.sh \