How to rename files and folders?
Answers were Sorted based on User's Feedback
Answer / shiva
mv <old filename> <new filename>
mv <old foldername> <new foldername>
| Is This Answer Correct ? | 22 Yes | 5 No |
Answer / siva
example:
if u wanna convert "old" into "new"
then....
command:
rename old new old
hint:
type ur "new name" between "old name".
| Is This Answer Correct ? | 14 Yes | 6 No |
Answer / 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 |
what does the job command do?
distinguish between physical addresses and logical address?
Can you write a command to erase all files in the current directory including all its sub-directories?
How do I run a whois command?
What is the command to find maximum memory taking process on the server?
How do I delete files from command prompt?
How to setup sudo, only can use for particular date & time only ( for solaris10 )
why unix commands can be divided into internal and external commands?
how many types of file in unix?
34 Answers MNC, TCS,
Name the various commands that are used for the user information in unix.
what is shell?
Is ‘du’ a command? If so, what is its use?