what are the different commands used to create files?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravindran m
1.touch - to create empty files (e.g) - touch <filename>
2.vi <filename>
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / subbareddy kake
1.touch <file name>
2.cat > filename
3.> file name
4.by using editors like vi
5.echo > file name
6.tee file name
7.vim file name
Is This Answer Correct ? | 1 Yes | 1 No |
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 |
what is the use of wild cards?
What is the output of : $ ps-e $ ps-a commands
how to find largest file?
14 Answers HCL, Microsoft, Thomson Reuters,
How do you execute a UNIX command in the background?
How can you create a symbolic link to a file or directory?
What does awk stand for?
Where can I get the free download of Unix by Yeswant Kanetkar?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is used to type command?
Explain mount and unmount command.
how to sort the content of the file based on numeric values
How to delete a directory containing files and folders?