How do you create a file in UNIX
Answer Posted / c sivakumar
We can create a file by touch command
example: touch success
ls -ltr
-rw-rw-r-- 1 bd 0 Oct 31 09:08 success
| Is This Answer Correct ? | 199 Yes | 53 No |
Post New Answer View All Answers
What is a bash command?
What is used to type command?
What does #!/ Bin sh do?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Enlist some filename manipulation commands in unix.
What are filter commands in unix?
What is nr in awk command?
Which command is used to delete all files in the current directory and all its sub-directories?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Write a command to kill the last background job?
What are grep patterns?
Why is it called a shebang?
What does the command ' $who | sort –logfile > newfile' do?
How do I use grep to find a file?
Who command in unix?