Learn how to extract data lines between two patterns.
Baeldung Author
Kai Yuan
Kai Yuan has been a software developer for over 15 years. He builds enterprise Java applications in work. He has 20 years experience of Linux and is a big fan of the Vim editor. He is happy to help people at stackoverflow.com. He lives currently in Hamburg.
Here's what I've written (so far):
How to Create Soft Links to Directories
Filed under Linux - Filesystems
Learn how to create soft links to directories through examples
List All Groups in Linux
Filed under Linux - Administration
Learn two approaches to get all groups defined on the system
Copy Directory Structure Without Files
Filed under Linux - Filesystems
Learn three different ways to clone a directory structure without copying files under it through examples
Copy and Create Destination Directory if it Does Not Exist
Filed under Linux - Filesystems
Learn how to create the non-existing target directory automatically when we copy files
Find Files Not Owned by a Specific User in Linux
Filed under File Searching, Linux - Files
Learn how to search for files not owned by a particular user using the find command
Changing the Default Shell in Linux
Filed under Linux - Administration
Learn how to change a user’s default shell through examples
Linux Bash: Multiple Variable Assignment
Filed under Linux - Scripting
Take a closer look at how to do multiple variable assignment in Bash scripts
Showing a GUI Notification From a Shell Script in Linux
Filed under Linux - Scripting
Learn how to send a GUI notification from a shell script using notify-send and zentity
sed Substitution With Variables
Filed under File Editing, Linux - Files
Take a closer look at some common mistakes made using sed substitution with shell variables