Archive

Posts Tagged ‘delete folder’

Linux – Delete all files and folders in a folder recursively

May 27th, 2009 No comments
Linux – Delete all files and folders in a folder recursively Linux command that will delete all files & folders in a certain directory: for current path cd to directory rm -Rf * or for absolute path: rm -Rf /home/some/directory/* another option (this will only delete files of type f which is a regular file): find /some/path/ ...

Linux – Deleting folder recursively

September 23rd, 2007 No comments
Linux – Deleting folder recursively rm -rf directories Will delete the existing directory named ‘directories‘ and all directories and files below it. Even if it runs into an exception that it would usually prompt for user interaction. the r is recursive and the f is force.

Linux – Deleting folder recursively

September 22nd, 2007 No comments
Linux – Deleting folder recursively rm -rf directories Will delete the existing directory named 'directories' and all directories and files below it. Even if it runs into an exception that it would usually prompt for user interaction. the r is recursive and the f is force.
GoCache - ByREV-Cache v1.0 - live served in : 0.552401 sec (gzip)