While I was working on my Nova id one of my classmate ask me how to renamed a file in the Terminal. I didn't know how to do it but I made a quick search on Google I found that (mv) will renamed what u want to renamed.
Example.
: mv intro.html index.tml
The intro.html is the old file and the index.html is the new file name. However, this command is also to move a file from one place to another for example from your Document to the Desktop of your computer.
Learning more unix. Good.
ReplyDelete