Give Command that will move a single file
called "unix.txt"
Answer Posted / kunal bariar
the above 2 answers are for renaming the file from unix.txt
to unix1.txt
the answer is
mv unix.txt "pat name where unix.txt is to be moved"
eg:- mv unix.txt /user1/ins/
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What difference between cmp and diff commands?
Enumerate some of the most commonly used network commands in unix?
How to use grep command to list find the records of a file containing 10 different strings?
How do I run a whois command?
Why is shebang used?
How do you repeat a command in terminal?
What are the general commands in using unix os for a beginner?
What are file commands?
What is ‘ps’ command for?
What is unix command line?
Name the general commands in using unix os for a beginner?
How do I search for a file in unix command?
What does pipe () return?
Name the unix command to find how many days the server has been up.