1.

List Two Ways To Create A New File:

Answer»

a.Copy a file to make a new file.
B. USE the output operator e.g. ls -L > newfile.txt

a.Copy a file to make a new file.
b. Use the output operator e.g. ls -l > newfile.txt



Discussion

No Comment Found