Tag Archives: one line command

How to remove a entire directory, files and sub directories using mac terminal

Terminal Mac Simply use the following command: rm -rf /sites/yoursite/http2 This will force remove all files and folders under the toplevel folder you specified so …

View more

Tagged: Leave a Comment