Niraj Menon
howto · 2025-03-11
Dates and Timestamps in UNIX/Linux
Learn how to get, parse, and convert dates and times on Linux with this comprehensive guide. Understand the use of UNIX/Linux commands and Git functionalities to manage timestamps effectively. Enhance your skills in handling date and time data, making your workflows more efficient.
howto · 2025-03-11
The Linux Path Environment Variable
Learn how to utilize the PATH environment variable in Linux to enhance your command-line experience with Git. This comprehensive guide covers checking, adding, and verifying your PATH settings, ensuring seamless execution of Git commands. Whether you're a beginner or an experienced user, mastering the PATH variable can significantly improve your productivity.
howto · 2024-02-16
How to Add the WSL Bash Shell to Windows
Learn how to add a Bash shell to Windows through WSL.
howto · 2024-02-02
How to Pause Bash Shell Script for X Seconds
Learn how to utilize read and sleep commands in Bash to pause a script
howto · 2024-02-02
How to Use set Command in the Bash Shell
Learn how to use the set built-in command in Bash.
howto · 2024-02-02
How to Find Files and Folders in Linux
Learn how to use the find command in Linux.
howto · 2024-02-02
How to Use Grep With Multiple Strings
This article shows how to use grep to extract multiple substrings.
howto · 2024-02-02
How to Sorting Files by Size in Linux
Learn how to find files by size in Linux
howto · 2024-02-02
How to Handle Zip Files on Linux
This article shows how to manipulate zip files on Linux.
howto · 2022-01-04
Conditional Expressions in the Bash Shell
Learn how to use the conditional expressions in if statements in Bash.