How do you create a file in UNIX
Answer Posted / kamini
touch <filename>
cat > filename
or use vi editor to create a file
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the pipe command?
Which unix command lists files/folders in alphabetical order?
Are you in or at the office?
Why is grep called grep?
What is the use of sed command in unix?
What is grep r?
What is the command to find maximum memory taking process on the server?
Differentiate cat command from more command.
What is the functionality of a top command?
What are the commands in UNIX to list the files in a Directory?
What is awk used for?
What does awk stand for?
What is .sh file?
What does 'mkdir' command do in UNIX?
Is grep faster than awk?