How do you create a file in UNIX
Answer Posted / rakesh bagaria
1. using cat: cat>filename
2. using touch: touch filename (used basically for time stamping)
3. vi filename (exit using :wq)
4. echo>filename
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How many unix commands are there?
How do you grep recursively?
Which unix command lists files/folders in alphabetical order?
What is .sh file?
What is the command to view process running?
What is s and g in sed command?
Explain command to show the space allocation of files?
What is the significance of the 'tee' command?
Which command is used to find whether the system is 32 bit or 64 bit?
How do I run a whois command?
What is the use of the tee command?
hw will u use awk in replacing cahrs and files
What command is used to check the current users?
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 unix command to confirm a remote host is alive or not?