Horje
remove all files inside directory linux Code Example
remove all files inside directory linux
# remove everything in a directory 
rm /path/to/dir/*
# remove all sub-directories and files
rm -r /path/to/dir/*




Shell

Related
restart nginx ubuntu Code Example restart nginx ubuntu Code Example
failed to restart mysql.service: unit mysql.service not found. Code Example failed to restart mysql.service: unit mysql.service not found. Code Example
bash vim how to append text to every line Code Example bash vim how to append text to every line Code Example
zip all files recursively linux Code Example zip all files recursively linux Code Example
zip all files command linux Code Example zip all files command linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10