Difference between revisions of "TForest G4 Template"
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") |
|||
Line 2: | Line 2: | ||
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= | ||
+ | |||
+ | cp -r DirectoryWithProgram DirectoryNameForNewProgram | ||
+ | |||
+ | ex: cp -r B2a MyB2a | ||
[[Simulations_of_Particle_Interactions_with_Matter]] | [[Simulations_of_Particle_Interactions_with_Matter]] |
Revision as of 09:59, 13 December 2024
Simulations_of_Particle_Interactions_with_Matter
Step by Step commands for copying an old program and altering it
recursive copy
cp -r DirectoryWithProgram DirectoryNameForNewProgram
ex: cp -r B2a MyB2a