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 difference between cat command and more command?
What is ‘ps’ command for?
How to use grep command to list find the records of a file containing 10 different strings?
What is unix command line?
Which command is used to delete all files in the current directory and all its sub-directories?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the difference between awk and grep?
Which command is used to copy files?
Give the command for finding the current date.
What is $0 bash?
Which command is used to create a directory?
What does the md command do?
What do chmod command do?
Enlist some filename manipulation commands in unix.
Why is it called a shebang?