Give Command that will move a single file
called "unix.txt"
Answer Posted / dhurai
mv unix.txt unix1.txt
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between awk and grep?
Enlist some filename manipulation commands in unix.
What is awk good for?
What does the command '$ls | wc –l > file1' do?
What does pipe () return?
What is sed awk grep?
Write a command that will display files in the current directory, in a colored, long format.
What is the functionality of a top command?
What is command statement?
What do chmod, chown, chgrp commands do?
What difference between cmp and diff commands?
Differentiate cat command from more command.
What is the difference between cat command and more command?
What is difference between grep and find command 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?