How do you create a file in UNIX
Answer Posted / naveen kumar
using cat and touch commands in $ prompt.
1. cat <file name> this command is only for creating one
file
2. touch <file names> touch command for creating more than
one file
ex: $touch f1 f2 f3 f4
| Is This Answer Correct ? | 22 Yes | 13 No |
Post New Answer View All Answers
What is the use of tee command?
Why is it called a shebang?
How do I find previous commands in unix?
Why is awk called awk?
Is it inbetween or in between?
How do I use nslookup?
Which unix command to make a new directory?
What is the comma to display different lines that are found when compare two files?
How does the system know where one command ends and another begins?
What is the search command in unix?
Describe the usage and functionality of the command rm –r * in unix?
Which command is used to copy files?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What's a command word?
What is a bash command?