Unless you're running BSD or some other genetic Unix probably not as everything GNU is newer than that. GNU is 80s, original Unix 70s, in the 60s you still have giant minicomputers with very little standardisation, including ISA, and before the 60s there were not even compilers.
A decent chunk of software traces lineage back to then, even if the old code has been retired: vi is the screen terminal mode of ex with is a more featureful ed which got most of its features from qed which is 60s software. Cutting-edge: You didn't have to punch holes any more, you had a keyboard and a printer. Someone figure out where dd has its argument syntax from so we know whom to blame.
The program dd (data duplicator/disk destroyer) is named after the DD (data definition) command in IBM's Job Control Language. The syntax for dd is also based on IBM JCL.
Off the top of my head, vi came out in the late 70s (though it might have been a little while later before you could start editing directly through vi)