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 sed awk grep?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Which unix command lists files/folders in alphabetical order?
Why is grep called grep?
What is the use of finger command?
What is the nmap command?
What is the difference between cat and more command?
How many unix commands are there?
How do you grep a case insensitive?
What is unix command?
What is grep command in unix with examples?
What is the unix command to confirm a remote host is alive or not?
What is the first character of the output in ls l command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the use of sed command in unix?