what are the different commands used to create files?
Answer Posted / sudam
We can use the below commands for creating a file
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 ? | 8 Yes | 0 No |
Post New Answer View All Answers
Who command in unix operating system?
What difference between cmp and diff commands?
What is the difference between awk and grep?
How to display no of records in oracle using unix command?
Write a command to display a file’s contents in various formats?
What is time_t?
Name the various commands that are used for the user information in unix.
How do I search for text in vi?
What does the command '$ls | wc –l > file1' do?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What do chgrp command do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does the metacharacter mean?
What is the function of grep command in unix?
Is ‘du’ a command? If so, what is its use?