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 the comma to show the space allocation of files?
What is the search command in unix?
What is the use of find command in unix?
How do I run a bash script?
hw will u use awk in replacing cahrs and files
What is in grep command?
What do chgrp command do?
Why is it called grep?
Explain command to view process running?
What is the nmap command?
What is {} in find command?
What does touch command do in unix?
Write a command to kill the last background job?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
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)?