what are the different commands used to create files?
Answer Posted / abani_mahana
touch, cat, vi, vim, pico
A) touch: touch <file name>
B) cat: cat > <file name>
C) vi: vi <file name>
D) vim: vim <file name>
E) pico: pico <file name>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which command is used to find whether the system is 32 bit or 64 bit?
What do chown command do?
How do I find previous commands in unix?
What is merge command in unix?
What is the command to compare two files in unix?
Differentiate cat command from more command.
What's a command word?
What is the use of find command in unix?
What does the command ' $who | sort –logfile > newfile' do?
How does the system know where one command ends and another begins?
How do you repeat a command in terminal?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What happens when we execute a unix command?
Which command can you use to find the currently running process in unix server?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.