Difference between revisions of "TForest G4 Template"

From New IAC Wiki
Jump to navigation Jump to search
(Created page with "Simulations_of_Particle_Interactions_with_Matter Step by Step commands for copying an old program and altering it Simulations_of_Particle_Interactions_with_Matter")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Simulations_of_Particle_Interactions_with_Matter]]
+
[[Simulations_of_Particle_Interactions_with_Matter#Creating_Template]]
  
 
Step by Step commands for copying an old program and altering it
 
Step by Step commands for copying an old program and altering it
  
 +
=recursive copy=
  
[[Simulations_of_Particle_Interactions_with_Matter]]
+
cp -r DirectoryWithProgram  DirectoryNameForNewProgram
 +
 
 +
ex: cp -r B2a MyB2a
 +
 
 +
 
 +
[[Simulations_of_Particle_Interactions_with_Matter#Creating_Template]]

Latest revision as of 10:00, 13 December 2024

Simulations_of_Particle_Interactions_with_Matter#Creating_Template

Step by Step commands for copying an old program and altering it

recursive copy

cp -r DirectoryWithProgram DirectoryNameForNewProgram

ex: cp -r B2a MyB2a


Simulations_of_Particle_Interactions_with_Matter#Creating_Template