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
Explain command to display different lines that are found when compare two files?
Is command prompt unix?
What does this command do,"$more readme.txt“?
How can we use grep command in unix?
What does find command return in unix?
How does shebang work?
What are reported commands?
Write a command to display a file’s contents in various formats?
What is the use of awk command in unix?
What command is used to switching between users in unix?
What is the functionality of a top command?
Give the command for finding the current date.
Which command should you use to find the remaining disk space in unix server?
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
Explain command to view process running?