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 |
How to know a process is a zombie or orphan process?
Explain the read, write, and execute permissions on a UNIX directory.
What is the function of grep command in unix?
write grep commands to select the lines that have exactly two characters
What is a Unix signal, and how do you handle them?
Explain mount and unmount command.
boot process?
Which unix command lists files/folders in alphabetical order?
Which command is used to create a directory?
distinguish between physical addresses and logical address?
Why is it called a shebang?
Explain the steps that a shell follows while processing a command.