Only Few Seats Left for Advanced Certification Courses on Data Science, ML & AI by E&ICT Academy IIT Roorkee
Apply Nowmv
command is used to move or rename files and directories.
Create a file myfirstfile.txt
.
nano myfirstfile.txt
Add the text a clever fox
into the editor and press control+x
, followed by y
, and then enter
to save the file and come out of the nano editor.
Rename myfirstfile.txt
to firstfile.txt
.
mv myfirstfile.txt firstfile.txt
No hints are availble for this assesment
Answer is not availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...