Member
alivia
How to delete files in a Linux terminal?
modesta
@alivia In deleting a file, you use the command ‘rm’. This will remove any file specified in front of the command. i.e
1
rm filename.txt
If you want to remove several files, you may also use a wildcard for example
rm *.jpg