How do you create a file in UNIX
Answer Posted / hari
cat>file
or
touch>file file1 file 3
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is used to type command?
How do I run a bash script?
Describe the usage and functionality of the command rm –r * in unix?
What are the dos commands?
What is $0 bash?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Who command in unix?
What difference between cmp and diff commands?
What is the first character of the output in ls l command?
Why is grep called grep?
What is grep and how do you use it?
What is the use of the tee command?
Explain mount and unmount command.
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is grep r?