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 s and g in sed command?
What is the behavioural difference between cmp and diff commands?
What do chmod command do?
What is .sh file?
What is the command to view process running?
What are the unix commands?
What does touch command do in unix?
Explain ‘library functions’ with respect to unix commands?
hw will u use awk in replacing cahrs and files
Name the general commands in using unix os for a beginner?
What is grep short for?
What are the dos commands?
How do you repeat a command in terminal?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is {} in find command?