Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

unlink(1) [debian man page]

UNLINK(1)							   User Commands							 UNLINK(1)

NAME
unlink - call the unlink function to remove the specified file SYNOPSIS
unlink FILE unlink OPTION DESCRIPTION
Call the unlink function to remove the specified FILE. --help display this help and exit --version output version information and exit AUTHOR
Written by Michael Stone. REPORTING BUGS
Report unlink bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> Report unlink translation bugs to <http://translationproject.org/team/> COPYRIGHT
Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
unlink(2) The full documentation for unlink is maintained as a Texinfo manual. If the info and unlink programs are properly installed at your site, the command info coreutils 'unlink invocation' should give you access to the complete manual. GNU coreutils 8.12.197-032bb September 2011 UNLINK(1)

Check Out this Related Man Page

UNLINK(1)							   User Commands							 UNLINK(1)

NAME
unlink - call the unlink function to remove the specified file SYNOPSIS
unlink FILE unlink OPTION DESCRIPTION
Call the unlink function to remove the specified FILE. --help display this help and exit --version output version information and exit AUTHOR
Written by Michael Stone. REPORTING BUGS
Report unlink bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> Report unlink translation bugs to <http://translationproject.org/team/> COPYRIGHT
Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
unlink(2) The full documentation for unlink is maintained as a Texinfo manual. If the info and unlink programs are properly installed at your site, the command info coreutils 'unlink invocation' should give you access to the complete manual. GNU coreutils 8.5 February 2011 UNLINK(1)
Man Page

5 More Discussions You Might Find Interesting

1. Programming

What does unlink"tmep.log" do?

Hi, I saw this C program on Unix with unlink("tmp.log"); unlink("time.log"); at the end of the file. What's the purpose of doing this? Thanks a lot! (1 Reply)
Discussion started by: whatisthis
1 Replies

2. Shell Programming and Scripting

perl unlink question

Hi, I have a two lines of code both intend to perform the same task. unlink $CtrFile; system ("rm $CtrFile"); Both of which try to delete a certain file. However when I use the unlink command the file does not get deleted. When I use the "rm" system... (2 Replies)
Discussion started by: jerardfjay
2 Replies

3. Linux

GNU's Not Unix! - The Free Software Foundation

The GNU Project: http://www.gnu.org/ (20 Replies)
Discussion started by: Neo
20 Replies

4. UNIX for Dummies Questions & Answers

Installing SU coreutils from BSD to unix AIX

Dear all Good day. Can any one advice me how to install the SU tool coreutils from BSD installed with linux on AIX unix ??? Thx in advance (0 Replies)
Discussion started by: islam.said
0 Replies

5. Shell Programming and Scripting

Unlink multiple files

I wish to unlink multiple links, but man pages shows unlink - call the unlink function to remove the specified file let's linked are in number sequence and I'm doing unlink `echo {1..500}` This fails.. Is their any other command to execute it or I need to call the unlink function that... (1 Reply)
Discussion started by: posix
1 Replies