How do you create a file in UNIX
Answer Posted / kanta harikrishna
by using touch command we can create an empty file:
syntax:touch <file-name>
by using cat command.......
syntax:cat ><file-name>
by using vi editor.......
syntax:vi <file-name>
(or)
><file-name>
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is ‘ps’ command for?
Who invented grep?
Name the general commands in using unix os for a beginner?
Which unix command to make a new directory?
What is used to type command?
Can you enlist some commonly used network commands?
How do I run a bash script?
How do I use grep to find a file?
What are the differences among a system call, a library function, and a unix command?
What command will change your prompt to myprompt?
What is the command to find hidden files in the current directory?
What is awk good for?
What is command statement?
How do you grep a case insensitive?
How can you see the command line history?