Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
emacs copy question
Name: rayray705 Date: May 9, 2007 at 14:46:00 Pacific OS: solaris CPU/Ram: 2.8ghz/512mb
Comment:
Hi, How can I copy lines of codes from one file to another? All data in the buffer is lost when I copy text and close the file to open another file. Many thanks in advance.
Name: JoeBrewski Date: May 10, 2007 at 08:14:17 Pacific
Reply:
Use vi, or just cp and strip out the stuff you don't want.
In if you're not familiar with vi I suggest you learn how to use it including command codes. In vi, you can use the yy command to copy lines, and then p to paste the copied code into another area (ex 5yy will copy 5 lines).
Joe
All Your Base Are Belong to Us
0
Response Number 2
Name: rayray705 Date: May 10, 2007 at 08:24:53 Pacific
Reply:
I am able to copy text from one part of the file to another part of the same file. But I need to copy text from one file to another. How can I do it?
Summary: As some of you are no doubt aware, one of the later versions of Mac OS X (Tiger) has issues in connecting to Windows Server 2003. The only solution I have found that semi-works is to disable the D...
Summary: I have a few questions that I would like answered. If any of you can help me please do. 1)Using vi, in the command mode, what command will change all the occurrences of the word "bad" in lines 3-9 to ...
Summary: hi say i m running a script on 10.20.10.21 the script is as follows ---------- in this section i m accepting some file names ---------- --------- in this section i want to copy those files (files spec...