Answer Posted / rahul rai
$:>cat > first
this is my first file.
my name is rahul rai.
i am doing MCA.
To rename file "first" with the name "second" we can use
the following command .
$:>rename first second first
$:>cat second
this is my first file.
my name is rahul rai.
i am doing MCA.
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What is nr in awk command?
What is the command to compare two files in unix?
What is command substitution?
What is a command and examples?
What is used to type command?
What are the differences among a system call, a library function, and a unix command?
What do chmod, chown, chgrp commands do?
Can you enlist some commonly used network commands?
Which command is used to delete all files in the current directory and all its sub-directories?
Which unix command to make a new directory?
What is the search command in unix?
What's a command word?
Which command will print your home directory on screen?
What is unix command line?
Why is it called a shebang?