wok diff coreutils-file-special/description.txt @ rev 22763

updated florence (0.5.4 -> 0.6.3)
author Hans-G?nter Theisgen
date Fri Jan 24 17:41:17 2020 +0100 (2020-01-24)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/coreutils-file-special/description.txt	Fri Jan 24 17:41:17 2020 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +Coreutils: Core GNU (file, text, shell) utilities.
     1.5 +
     1.6 +  * link:      call the link function to create a link to a file
     1.7 +  * ln:        make links between files
     1.8 +  * mkdir:     make directories
     1.9 +  * mkfifo:    make FIFOs (named pipes)
    1.10 +  * mknod:     make block or character special files
    1.11 +  * mktemp:    create a temporary file or directory
    1.12 +  * readlink:  print resolved symbolic links or canonical file names
    1.13 +  * realpath:  print the resolved path
    1.14 +  * rmdir:     remove empty directories
    1.15 +  * unlink:    call the unlink function to remove the specified file