I know how to empty a file at the command line,
but I don’t know how to do this:
Select text from another file at the command line: /MyNotes
then paste into: / MyRecords
I know how to do a simple copy but I don’t want to copy the file. I need to do it the way described above.
Code:
cat /dev/null > /MyRecords
Select text from another file at the command line: /MyNotes
then paste into: / MyRecords
I know how to do a simple copy but I don’t want to copy the file. I need to do it the way described above.