Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 26) sorted by relevance

12

/coreutils/tests/mv/
Dbackup-dir.sh40 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/
Dsort-NaN-infloop.sh22 echo nan > F || framework_failure_
24 timeout 10 sort -g -m F F > out || fail=1
/coreutils/tests/chgrp/
Dposix-H.sh29 touch 1/1F 2/2F 3/3F || framework_failure_
/coreutils/tests/cp/
Dfail-perm.sh39 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
Dbackup-1.sh23 file=F
/coreutils/tests/stat/
Dstat-slash.sh38 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/
Dbasic.sh27 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
Dhard-link.sh29 echo non-empty > sub/F; } )
/coreutils/tests/rm/
Dempty-name.pl37 open (F, '>', $f) && close F
/coreutils/tests/pr/
DnSml24-t-tFFFF6 1.1 Test-INPUT:--:1 Test-INPUT:--:1 FF-Test: F:--:1 FF-Test: F
DnSml20-t-tFFFF6 1.1 Test-INPUT:--:1 Test-INPUT:--:1 FF-Test: F:--:1 FF-Test: F
DW26l24f-ll43 27<<< truncation before F
/coreutils/tests/fmt/
Dgoal-option.sh31 Donald E. Knuth and Michael F. Plass
49 E. Knuth and Michael F. Plass in ''Breaking Paragraphs Into
/coreutils/tests/ln/
Drelative.sh50 ln -sr '' F
/coreutils/tests/ls/
Dls-misc.pl72 open (F, '>', $f) && close F
/coreutils/src/
Dtail.c2323 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/
Dshred-remove.sh54 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/
Dlocal.mk181 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/
Ddate.pl112 ['rel-1day', "-d '20050101 1 day' +%F", {OUT=>"2005-01-02"}],
114 ['rel-plus1', "-d '20050101 +1 day' +%F", {OUT=>"2005-01-02"}],
Ddate-debug.sh163 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/
DTHANKS.in336 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
DNEWS973 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 …]
DREADME48 Joel N. Weber, Mark D. Roth, Matt Schalit, Nelson H. F. Beebe,
Dinit.cfg91 df --local 2>&1 | grep -F "$mount_list_fail" >/dev/null &&
/coreutils/doc/
Dcoreutils.texi556 @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