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 to sort the content of the file based on numeric values
What is the unix command to confirm a remote host is alive or not?
What do know about tee command and its usage?
Why is it called a shebang?
Does cp command overwrite files?
Are you in or at the office?
What are file commands?
Who command in unix?
What is awk command used for?
What is in grep command?
Which command is used to kill the last background job?
How do I search for a file in unix command?
What is awk used for?
Describe the usage and functionality of the command rm –r * in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?