How do you create a file in UNIX
Answer Posted / kamini
touch <filename>
cat > filename
or use vi editor to create a file
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between grep and find command in unix?
Enlist some filename manipulation commands in unix.
Which unix command lists files/folders in alphabetical order?
Which command is used to copy files?
What are the commands in UNIX to list the files in a Directory?
What happens when we execute a unix command?
What is the use of tee command?
What does the metacharacter mean?
How does shebang work?
What do chmod, chown, chgrp commands do?
How do I clear my terminal history?
What is grep command in unix with examples?
What is ctrl d?
How can you see the command line history?
How do I find previous commands in unix?