How do you create a file in UNIX
Answer Posted / vi
We can create empty file by using the command true or :
: > testfile1
(or)
true > testfile2
The above two examples will create files.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is awk good for?
What are the general commands in using unix os for a beginner?
Is ‘du’ a command? If so, what is its use?
What is {} in find command?
What is the difference between awk and grep?
What are filter commands in unix?
What does awk stand for?
Which command is used to delete all files in the current directory and all its sub-directories?
What is $0 bash?
Describe the zip/unzip command using gzip.
What is the use of awk command in unix?
How do you repeat a command in terminal?
Who command in unix operating system?
Differentiate cat command from more command.
Can you explain a little bit about command substitution?