what are the different commands used to create files?
Answer Posted / 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 |
Post New Answer View All Answers
Who command in unix operating system?
Why is it called a shebang?
Which unix command lists files/folders in alphabetical order?
What does touch command do in unix?
What is command substitution?
What do chmod, chown, chgrp commands do?
What is the pipe command?
Which command is used to kill the last background job?
What is awk command used for?
What is grep r?
How do I run a bash script?
What are the commands in UNIX to list the files in a Directory?
Who invented grep?
What is grep command in unix with examples?
What is ‘ps’ command for?