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 command is used to check the current users?
Which command should you use to find the remaining disk space in unix server?
What is grep short for?
What is the command to find hidden files in the current directory?
What are grep patterns?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the functionality of a top command?
What is the use of egrep command in unix?
how to sort the content of the file based on numeric values
What is the difference between cat command and more command?
Which command is used to kill the last background job?
How do I run a bash script?
Explain the steps that a shell follows while processing a command.
What is the comma to display different lines that are found when compare two files?
How can we use grep command in unix?