how to delete files in linux terminal

  1. open up your terminal
  2. rm [file] where [file] is the path to the file you need to delete

[source]