Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: remove function

by cdarke (Prior)
on Jan 29, 2009 at 15:41 UTC ( [id://739941]=note: print w/replies, xml ) Need Help??


in reply to remove function

At an attempt to take your question seriously, you probably mean the remove program as used by cmd.exe on Microsoft Windows. I suspect that your experience is limited to just that one operating system and just that one shell (cmd.exe, that is). Other operating systems and environments have other names for that. unlink is the name of the UNIX kernel function to delete a file, it is called DeleteFile by the Windows kernel, but 'remove' at the Windows command line and 'rm' at the UNIX command line. I have no idea what it is called on MAC, IBM Mainframe, VMS, or mumble-mumble.

So, whatever Perl had called it, someone would have complained that it was not the same as they are used to. Update: OK, I'm wrong again, the remove function is part of the ISO C library not cmd.exe, and Mr. Google tells me it is used in other places, like DB2, but I think my point still stands.

Replies are listed 'Best First'.
Re^2: remove function
by ikegami (Patriarch) on Jan 29, 2009 at 21:22 UTC

    'remove' at the Windows command line and 'rm' at the UNIX command line.

    cmd doesn't have a REMOVE command. The functionality of rm and rm -r is provided by DEL (aka ERASE) and RD (aka RMDIR).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://739941]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-18 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found