Commands Help : rm

  •  remove files or directories

[SYNOPSIS] rm OPTION FILE
option
-iprompt before any removal
# rm -i file
-fignore nonexistent files, never prompt
# rm -f file
-r(-R)remove directories and their contents recursively
# rm -rf dir

Comments

Post a Comment

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN