Social Sciences, asked by shubhamsharma1915, 1 year ago

Command prompt commands to delete a file

Answers

Answered by Anonymous
1
Delete everything. The rm command has a powerful option, -R (or -r ), otherwise known as the recursive option. When you run the rm -R command on a folder, you're telling Terminal to delete that folder, any files it contains, any sub-folders it contains, and any files or folders in those sub-folders, all the way down
Similar questions