JenTheHen9119 JenTheHen9119
  • 11-09-2017
  • Computers and Technology
contestada

Write a unix command line that uses the cat command to make an exact copy of the file data and call it data.copy

Respuesta :

rsmith6559
rsmith6559 rsmith6559
  • 12-09-2017
cat theFile > data.copy

That's a silly way to do it, the copy command is MUCH more appropriate:

cp -p theFile data.copy

The switch can be looked up in the man page:

man cp
Answer Link

Otras preguntas

The following is a student solution to the inequality 5/12-(x-3)/6≤(x-2)/3 5/12-2/2*(x-3)/6≤4/4*(x-2)/3 5/12-(2x-6)/12≤(4x-8)/12 5-2x-6≤4x-8 -1-2x≤4x-8 -6
#15. please help me
Starting at the same time, an arrow and a ball are shot horizontally with a speeds of 50 m/s and 44 m/s respectively from the top of a building over flat ground
What is the most densely populated city in the world?​
The scale on a different map is 1 inch represents 6 miles A road on the map measures 2.5 inches. how long is the road in real-life?
I need some help with this.
If a pregnant woman thinks she has the flu, she should?
Write a method named pay that accepts two parameters: a real number for a TA's salary, and an integer for the number of hours the TA worked this week. The metho
Sam always buys one specific brand of cell phones because she believes that brand is the most reliable. Sam is using ________ to decide what cell phone to buy,
Shalinda wants to leave an 18% tip for her meal. If her meal cost $25.10, what should be the total she pays, including the tip?