How do you create a file in UNIX
Answer Posted / manikantan t s
many ways
1) touch <file name>
2) cat > <file name>
then the matters and stop using CTRL+D
3) > <file name>
4) using editors like vi
| Is This Answer Correct ? | 131 Yes | 19 No |
Post New Answer View All Answers
Enlist some filename manipulation commands in unix.
How does the system know where one command ends and another begins?
What's a command word?
What do chgrp command do?
Are you in or at the office?
What is the difference between grep and grep?
What is grep short for?
Explain command to display different lines that are found when compare two files?
What is the command to view process running?
How do I search a whole word in vim?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does touch command do in unix?
What is rmdir command?
What is awk used for?
What does pipe () return?