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

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
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 11 09:19:11 2019 +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