How do you create a file in UNIX
Answer Posted / c sivakumar
We can create a file by touch command
example: touch success
ls -ltr
-rw-rw-r-- 1 bd 0 Oct 31 09:08 success
| Is This Answer Correct ? | 199 Yes | 53 No |
Post New Answer View All Answers
What are the general commands in using unix os for a beginner?
What is grep short for?
How do you grep a case insensitive?
How does pipe () work?
What is the behavioural difference between cmp and diff commands?
What is the function of grep command in unix?
What does the metacharacter mean?
What is the significance of the 'tee' command?
Who wrote grep?
What is the use of the tee command?
Describe the zip/unzip command using gzip.
What is the use of cut command in unix?
Why is grep called grep?
What do know about tee command?
Explain command to display different lines that are found when compare two files?