In linux rm command cannot be used to delete files to Trash. rm will remove files which cannot be recovered easily. So I wrote a shell script to remove files to Trash. Create a file 'delete' and add the following script to it.
Mar 21, 2012
Mar 19, 2012
function pointer in c
Function pointer in c - a simple code using struct. The same concept I saw in device driver development. So to get a clear concept I did this code.
Add code to blogspot
How to add source code to the blogspot blog. Get your source code ready - then,
Subscribe to:
Posts (Atom)
For Web Developer
open -a "Google Chrome" --args --disable-web-security
-
open -a "Google Chrome" --args --disable-web-security
-
This post is incomplete. Would update later... ;) Address space of a process can exceed physical memory using virtual memory. I can use t...
-
Deleting a file in Win/Linux is almost like locking in a safe. It can be retrieved from the drive easily with a recovery program as long ...