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


Please Help Members By Posting Answers For Below Questions

How do I search a whole word in vim?

772


Name the general commands in using unix os for a beginner?

698


How do I delete files from command prompt?

661


What does awk stand for?

683


What are bash commands?

673






What is unix command?

690


What is $0 bash?

749


What is the general format of unix command syntax?

781


What happens when we execute a unix command?

695


What are grep patterns?

675


How do I clear my terminal history?

677


How do you grep recursively?

656


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

712


What is awk good for?

678


What is {} in find command?

662