How do you create a file in UNIX
Answer Posted / manikantan t s
many ways
1) touch <file name>
2) cat > <file name>
then the matters and stop using CTRL+D
3) > <file name>
4) using editors like vi
| Is This Answer Correct ? | 131 Yes | 19 No |
Post New Answer View All Answers
Is grep faster than awk?
What is the use of tee command?
What does #!/ Bin sh do?
What is merge command in unix?
What will the following command do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Explain command to show the space allocation of files?
Which unix command to make a new directory?
What is the function of grep command in unix?
What does the md command do?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the comma to display different lines that are found when compare two files?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the difference between grep and grep?
Name the various commands that are used for the user information in unix.