- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Working with Emacs Kill and Yank
In this lab, you will be opening a file in Emacs to search for and kill selected text. In addition, you will also be yanking text into a new buffer. Basic knowledge of opening files, along with searching and killing/yanking in Emacs, is recommended. Upon completing this lab, you will know how to kill words and regions of text and yank from the kill ring into buffers.

Lab Info
Table of Contents
-
Challenge
Open a File
- Using Emacs, open the file named
/tmp/kill_and_yank
.
- Using Emacs, open the file named
-
Challenge
Kill Text from File
- Kill the first two words in the file.
- Kill the phrase "Kill and then yank".
- Kill the paragraph that begins with "No, not me".
-
Challenge
Yank Text into a New Buffer
- Create a new buffer name
/tmp/my_yanks.txt
. - Yank the phrase "Kill and yank" into the new buffer.
- Yank the first two words that were killed into the new buffer.
- Save the buffer.
- Create a new buffer name
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.