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
What is unix command?
What are the differences among a system call, a library function, and a unix command?
What is the difference between awk and grep?
How do I use grep to search for a file?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do I find previous commands in unix?
What is the behavioural difference between cmp and diff commands?
What does the md command do?
Explain the steps that a shell follows while processing a command.
What happens when we execute a unix command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Which command should you use to find the remaining disk space in unix server?
What is sed awk grep?
Why is it called a shebang?
Can you enlist some commonly used network commands?