Computer Science, asked by bala148, 6 months ago

linux command for list delete a file

Answers

Answered by shekhawatsarjeet14
1

Answer:

Type the rm command, a space, and then the name of the file you want to delete. If the file is not in the current working directory, provide a path to the file's location. You can pass more than one filename to rm . Doing so deletes all of the specified files.

Explanation:

Similar questions