what are the different commands used to create files?
Answer Posted / abani_mahana
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which unix command lists files/folders in alphabetical order?
Why is it called grep?
What command is used to switching between users in unix?
What does this command do? Cat food 1 > kitty
What are filter commands in unix?
Why is it called a shebang?
Describe the zip/unzip command using gzip.
What does the command '$ls | wc –l > file1' do?
hw will u use awk in replacing cahrs and files
What difference between cmp and diff commands?
Differentiate cat command from more command.
What's a command word?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the pipe command?
Explain how to use grep command to list find the records of a file containing 10 different strings?