Learn tools and ways to view font files in a Linux system.
Also find me here:
Baeldung Author
Hrishikesh Dhondge
Computational researcher by profession, developer by passion. Problem solver with extensive experience in Linux, SQL, and Python. Like to take on new challenges and always ready to dive into exciting projects.
Here's what I've written (so far):
Baeldung on Linux
- >All
- Text Processing (3)
- File Viewing (3)
- File Searching (3)
- File Conversion (3)
- Scripting (2)
- Files (2)
- Search (1)
- Administration (1)
How to Get the Nth Match From Wildcard Expansion
Filed under Search, Text Processing
Learn how to view the Nth match from by using wildcard expansion in the Bash shell.
How to Use grep to Select Only Numeric Values in Linux
Filed under Text Processing
Learn how to extract only numeric values from a stream via grep in Linux.
How to Recursively grep All Directories and Subdirectories
Filed under File Searching, Text Processing
Learn techniques to leverage grep for recursive directory tree searches in Linux.
Display Only Regular Files in the Current Directory in Linux
Filed under File Viewing
Learn ways to enumerate only regular files instead of filesystem objects like symbolic links or directories within the current working path in Linux.
Converting a .264 File to the .mp4 Format
Filed under File Conversion
Learn ways to convert a raw .264 multimedia file to a standard .mp4 format in Linux.
How to Convert WebM to Other Formats in Linux
Filed under File Conversion
Learn about the WebM format and different ways to convert between it and other formats in Linux.
How to Find Lines Containing Exclusively One of Multiple Words in Linux
Filed under File Searching
Learn how to find lines that contain only one from a group of words in Linux.
How to Prevent mpv From Closing Once a Video Ends
Filed under File Viewing
Learn ways to preserve the state of the Linux mpv media player after it has finished playing media.
Baeldung on Computer Science
- >All
- Latex (2)
Bibliography per Chapter in LaTeX
Filed under Latex
Learn how to create per-chapter bibliographies in LaTeX.
Colorful Titles in LaTeX
Filed under Latex
Learn how to render LaTeX headings and titles in color.
Baeldung on SQL
- >All
- SQL Queries (3)
- SQL Functions (2)
- SQL Programming (1)
- SQL Constraints (1)
Combining DISTINCT and COUNT in an SQL Query
Filed under SQL Constraints, SQL Queries
Learn ways to use COUNT and DISTINCT together within a single SQL query.
How to Remove the First and Last Character of a Text in SQL
Filed under SQL Functions, SQL Programming
Learn how to strip the initial and ending characters of an SQL string.
How to SUM DISTINCT Rows in SQL?
Filed under SQL Queries
Learn how to select distinct rows when performing a SUM.
How to Remove the First N Characters of a Column in SQL
Filed under SQL Functions
Learn how to use SQL functions such as SUBSTRING and RIGHT to remove the first few characters of a column in SQL.
How to Order Results by Multiple Columns in SQL
Filed under SQL Queries
Learn how to sort the results of an SQL query by multiple columns in the ORDER BY clause.