What command would I use to delete a file
Let me know
Originally Posted by swoll1980Let me know
rm -f lt;file namegt;
If it is in an area where you don't have write privileges then
sudo rm -f lt;file namegt;
to delete folders use the -r switch
rm -r -f lt;folder namegt;
Thanks
List of commands.
Originally Posted by bollix47List of commands.
I highly recommend you check out this list of commands seeing that you have been asking a number of terminal commands. I also would suggest you use GUI instead, but that is up to you. |