bash delete folder
rm -rf directory-name# EXAMPLE
rm -r YourFolderName
# SYNTAX
# rm [option(s)-if-any] <folder(s)-to-remove-including-contents>
# +---------+------------------------------------------------------------------+
# | OPTIONS | DESCRIPTION |
# +---------+------------------------------------------------------------------+
# | -f | Force: ignore nonexistent files, never prompt |
# | -i | Interactive: prompt before every removal |
# | -I | Interactive: only prompt before removing more than three files |
# | -r | Recursive: remove directories and their contents recursively |
# | -v | Verbose: explain what is being done |
# +---------+------------------------------------------------------------------+
Also in Shell:
- ubuntu add public key to server
- docker ubuntu installation
- could not connect to server: Connection refused Is the server running on host and accepting TCP/IP connections on port 5432?
- edit files from terminal linux
- generate ssh key paitr
- linux shell loop through all inputs except last
- git update remote origin
- Run emulator without Android studio.
- tab to csv command line
- cambiar nombre branch git
- npm install jquery
- ngbmodal angular 9 yarn install
- how to install blender 2.8 from a ubuntu linux terminal
- ubuntu command line replace word in files
- save account to git
- how to get ssh access to a computer
- install kubernetes on ubuntu
- mount: cdrom: failed to setup loop device for
- mac docker ubuntu image
- linux extract tgz
- how to add image in github readme
- vim compare 2 files
- install pybind ubuntu
- git return from detached head