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
What will the following command do?
What is used to type command?
What is unix command line?
What is the command to compare two files in unix?
What is the general format of unix command syntax?
What does this command do? Cat food 1 > kitty
Why is shebang used?
What does the command '$ls | wc –l > file1' do?
Which command can you use to find the currently running process in unix server?
What is the first character of the output in ls l command?
How do I delete files from command prompt?
What are reported commands?
Differentiate cat command from more command.
Can you explain a little bit about command substitution?
How many unix commands are there?