Difference between revisions of "TForest G4 Template"
Jump to navigation
Jump to search
(One intermediate revision 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 | ||
Line 10: | Line 10: | ||
− | [[Simulations_of_Particle_Interactions_with_Matter]] | + | [[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