Explore how to get the process name by a given PID
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):
Concatenate String Variables in Bash
Filed under Scripting
Learn how to use Bash’s += operator and parameter expansion to concatenate variables
Difference Between Sourcing and Executing a Shell Script
Filed under Scripting
Learn the difference between sourcing a script and executing a script in Linux through examples
Quickly Clear the Contents of a File in Linux
Filed under File Editing
Learn how to clear only a file’s content from the Linux command line and keep the empty file
Bash Command to Check if Oracle or OpenJDK is Installed
Filed under Administration
Learn how to check if the current Java environment is Oracle JDK or OpenJDK
Split a List by Comma in Bash
Filed under Scripting
Learn how to parse CSV format data in Bash through examples
Find Matching Text and Replace the Next Line
Filed under File Editing, File Searching
Learn how to search a pattern and apply some text substitution in the next line using sed and awk
Using grep After a Specified Line Number
Filed under File Viewing
Learn three approaches to search for a pattern in a file, starting after a given line number
How to Specify More Spaces as the Delimiter Using cut
Filed under Files
Learn two approaches to extracting fields from input when the delimiter is multiple spaces
List Files in a Zip Archive Without Decompressing
Filed under File Compression
Learn how to list the files in a Zip archive without decompressing it