how will you convert a general file to a hidden file?
Answer Posted / shaishaw
mv filename .filename2
or
cat> filename
mv filename .filename2
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How does the system know where one command ends and another begins?
Explain ‘system calls’ with respect to unix commands?
Differentiate cat command from more command.
What are the unix commands?
Does cp command overwrite files?
What is awk used for?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Name the general commands in using unix os for a beginner?
how to sort the content of the file based on numeric values
How do I run a bash script?
Which command is used to find whether the system is 32 bit or 64 bit?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is a command and examples?
What is the command to compare two files in unix?
What is the size of time_t?