Searched refs:F (Results 1 – 25 of 26) sorted by relevance
12
/coreutils/tests/mv/ |
D | backup-dir.sh | 40 mkdir F && echo 1 >1 && echo 2 >2 && cp 1 F/X && cp 2 X || framework_failure_ 41 mv --backup=simple X F/ || fail=1 42 compare 1 F/X~ || fail=1 43 compare 2 F/X || fail=1
|
/coreutils/tests/sort/ |
D | sort-NaN-infloop.sh | 22 echo nan > F || framework_failure_ 24 timeout 10 sort -g -m F F > out || fail=1
|
/coreutils/tests/chgrp/ |
D | posix-H.sh | 29 touch 1/1F 2/2F 3/3F || framework_failure_
|
/coreutils/tests/cp/ |
D | fail-perm.sh | 39 touch F 44 cp F symlink 2> out && fail=1 52 cp --no-target-directory F symlink 2> out && fail=1 60 cp --target-directory=symlink F 2> out && fail=1
|
D | backup-1.sh | 23 file=F
|
/coreutils/tests/stat/ |
D | stat-slash.sh | 38 stat --format=%F link2 >> out || fail=1 39 stat -L --format=%F link2 >> out || fail=1 40 stat --format=%F link2/ >> out || fail=1
|
/coreutils/tests/du/ |
D | basic.sh | 27 printf '%*s' 257 make-sure-the-file-is-non-empty > a/b/F || framework_failure_ 32 B=$(stat --format=%B a/b/F) 40 f=$(stat --format=%b a/b/F) 47 $f a/b/F 51 $f a/b/F # size of file, a/b/F
|
D | hard-link.sh | 29 echo non-empty > sub/F; } )
|
/coreutils/tests/rm/ |
D | empty-name.pl | 37 open (F, '>', $f) && close F
|
/coreutils/tests/pr/ |
D | nSml24-t-tFFFF | 6 1.1 Test-INPUT:--:1 Test-INPUT:--:1 FF-Test: F:--:1 FF-Test: F
|
D | nSml20-t-tFFFF | 6 1.1 Test-INPUT:--:1 Test-INPUT:--:1 FF-Test: F:--:1 FF-Test: F
|
D | W26l24f-ll | 43 27<<< truncation before F
|
/coreutils/tests/fmt/ |
D | goal-option.sh | 31 Donald E. Knuth and Michael F. Plass 49 E. Knuth and Michael F. Plass in ''Breaking Paragraphs Into
|
/coreutils/tests/ln/ |
D | relative.sh | 50 ln -sr '' F
|
/coreutils/tests/ls/ |
D | ls-misc.pl | 72 open (F, '>', $f) && close F
|
/coreutils/src/ |
D | tail.c | 2323 struct File_spec *F; in main() local 2404 F = xnmalloc (n_files, sizeof *F); in main() 2406 F[i].name = file[i]; in main() 2415 ok &= tail_file (&F[i], n_units); in main() 2417 if (forever && ignore_fifo_and_pipe (F, n_files)) in main() 2465 if (!disable_inotify && (tailable_stdin (F, n_files) in main() 2466 || any_remote_file (F, n_files) in main() 2467 || ! any_non_remote_file (F, n_files) in main() 2468 || any_symlinks (F, n_files) in main() 2469 || any_non_regular_fifo (F, n_files) in main() [all …]
|
/coreutils/tests/shred/ |
D | shred-remove.sh | 54 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ || framework_failure_
|
/coreutils/tests/ |
D | local.mk | 181 tests/tail/F-vs-missing.sh \ 182 tests/tail/F-vs-rename.sh \ 183 tests/tail/F-headers.sh \ 765 tests/pr/0F \ 781 tests/pr/3-0F \ 785 tests/pr/3a3f-0F \ 789 tests/pr/3b3f-0F \ 794 tests/pr/3f-0F \ 825 tests/pr/a3-0F \ 826 tests/pr/a3f-0F \ [all …]
|
/coreutils/tests/date/ |
D | date.pl | 112 ['rel-1day', "-d '20050101 1 day' +%F", {OUT=>"2005-01-02"}], 114 ['rel-plus1', "-d '20050101 +1 day' +%F", {OUT=>"2005-01-02"}],
|
D | date-debug.sh | 163 date -u --debug +%F -d "$in5" >out5 2>&1 || fail=1 225 TZ=America/New_York date --debug -d "$in7" +%F >out7 2>&1 || fail=1
|
/coreutils/ |
D | THANKS.in | 336 Juan F. Codagnone juam@arnet.com.ar 472 Neil F. Brown neilb@suse.de 473 Nelson H. F. Beebe beebe@math.utah.edu 561 Ronald F. Guilmette rfg@netcom.com 637 Toralf Förster toralf.foerster@gmx.de
|
D | NEWS | 973 stty no longer crashes when processing settings with -F also specified. 1067 tail -F 'dir/file' is now monitored even when 'dir' is replaced. 1252 tail -F now continues to process initially untailable files that are replaced 1371 tail -F now works with initially non existent files on a remote file system. 1500 resources with many files, or with -F if files were replaced many times. 1670 ln -sr '' F no longer segfaults. Now works as expected. 1815 tail -F has improved handling of symlinks. Previously tail didn't respond 2716 tail -F once again notices changes in a currently unavailable 2760 tail -F once again notices changes in a currently unavailable directory, 2835 touch's --file option is no longer recognized. Use --reference=F (-r) [all …]
|
D | README | 48 Joel N. Weber, Mark D. Roth, Matt Schalit, Nelson H. F. Beebe,
|
D | init.cfg | 91 df --local 2>&1 | grep -F "$mount_list_fail" >/dev/null &&
|
/coreutils/doc/ |
D | coreutils.texi | 556 @cindex Pinard, F. 1187 Simply invoking @code{chown 42 F}, will set @file{F}s owner ID to 1197 chown +42 F 2130 @item F 2473 @cindex Plass, Michael F. 2481 and Michael F. Plass in ``Breaking Paragraphs Into Lines'', 2693 @itemx -F 2695 @opindex -F 3158 @item -F 3159 @opindex -F [all …]
|
12