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
Which command is used to restrict incoming messages?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Is grep faster than awk?
How do I find previous commands in unix?
What is a command and examples?
What does this command do? Cat food 1 > kitty
What is the use of the tee command?
What is the functionality of a top command?
How do I clear my terminal history?
What is $0 bash?
How do I use nslookup?
What is command substitution?
What is the function of grep command in unix?
What are the general commands in using unix os for a beginner?
What does the md command do?