How to rename files and folders?

Answer Posted / murali

also we can use this command

"rn file1 file1"

Murali
dharanmu@yahoo.com

Is This Answer Correct ?    17 Yes 82 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the “echo” command do?

626


What do know about tee command and its usage?

591


Name the general commands in using unix os for a beginner?

625


Which command is used to find whether the system is 32 bit or 64 bit?

633


What does 'mkdir' command do in UNIX?

662






How does the system know where one command ends and another begins?

1582


Differentiate cmp command from diff command.

590


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 # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1764


What happens when we execute a unix command?

600


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

801


What is {} in find command?

584


What do know about tee command?

607


Enlist some filename manipulation commands in unix.

556


What is a bash command?

627


Which unix command to make a new directory?

594