wok-current diff coreutils-file-special/description.txt @ rev 24801
updated libiodbc and libiodbc-dev (3.52.13 -> 3.52.15)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 22 10:00:57 2022 +0100 (2022-03-22) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/coreutils-file-special/description.txt Tue Mar 22 10:00:57 2022 +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