wok-current diff coreutils-file-special/description.txt @ rev 23329
updated perl-file-desktopentry (0.04 -> 0.22)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 30 17:44:58 2020 +0100 (2020-03-30) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/coreutils-file-special/description.txt Mon Mar 30 17:44:58 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