- Forums
- Linux Systems
- Command To Remove Delete Several Files At Once
This Page Contains information about Command To Remove Delete Several Files At Once By unix in category Linux Systems with 0 Replies. [2866], Last Updated: Sat May 18, 2024
unix
Sat Aug 26, 2006
0 Comments
841 Visits
To delete several files with just one command. enter this command in the linux/unix shell
this command will delete three files:
fileone, filetwo and
filethreeCODE:
rm fileone filetwo filethree