How do you create a file in UNIX
Answer Posted / khaja.shaik
To create files in unix there are two processes are there.
They are..
1)cat command
which creates a new file. If the file is already exists
it overrides the contents. It occupies memory.
2)touch command
Which creates a new empty file for later use.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Describe the zip/unzip command using gzip.
Explain mount and unmount command.
What does the command '$ls | wc –l > file1' do?
Is ‘du’ a command? If so, what is its use?
Is it inbetween or in between?
What are bash commands?
What is used to type command?
What is $0 bash?
What is the use of find command in unix?
Which command is used to create a directory?
What is time_t?
What are awk commands?
What is the use of awk command in unix?
How do I use nslookup?
What are grep patterns?