remove a file in terminal code example
Example 1: remove file from terminal ubuntu
//in admin folder must be terminal in as root
for root type
$ sudo su
//to remove file
//as example
rm -f /usr/bin/node
Example 2: how to delete file using terminal command?
rm file_1.txt
#Works in the current directory