Bamdeb Ghosh has Published 33 Articles

Guide to the AWK Programming Language on Linux

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 29-Mar-2023 11:08:00

178 Views

Introduction AWK is a scripting language utilized for text processing in Linux. It's designed to manipulate data in text files, making it an ideal tool for data analysis and management tasks. With a range of built-in functions and operators, AWK can perform simple search and replace tasks or complex data ... Read More

Finding the PID of the Process Using a Specific Port

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 29-Mar-2023 10:43:51

5K+ Views

Introduction In the world of Linux, processes play a crucial role in enabling software programs to function efficiently. Each running application or task on a computer system is assigned a distinct process identification number (PID) that serves as a unique identifier to differentiate it from any other active process running ... Read More

Bash Functions in Linux

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 29-Mar-2023 10:37:50

668 Views

Introduction Function is a section in the code where group of instructions are kept in one place. Like all other programming or scripting languages, we can use function in bash in Linux. There are many advantages using function than without using function. Some benefits are like, it is easy to ... Read More

Advertisements