Give Command that will move a single file
called "unix.txt"
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / krishna
Yes the first two answers are not true!
That command and format is used to renaming a file or folder!
If the source and destination is same then it is renameing..
Eg : mv krishna krishna2
That is ranaming the krishna file to krishna2
Moving a file is something destination and source are diff!
Eg: mv /tmp/krishna.txt /home/
In that krishna.txt is moved from /tmp file system to /home file system!
Is This Answer Correct ? | 3 Yes | 1 No |
mv filename dest_location --> to move the file to other location
mv filename filename1 --> to rename the file
Is This Answer Correct ? | 0 Yes | 0 No |
fork in unix ?
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
What is command statement?
What does grep v grep do?
What will the following command do?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the use of pipes?
Write a command to display a file’s contents in various formats?
How to find the files that are accessed before 10 minutes?
How do you copy a directory with many files and folders into another directory?
How to install scsi driver in unix? give me explanation clearly?
What is an Unix command to convert HEX value to ASCII value located in any flat file.