Mead Naji

Mead Naji

22 Articles Published

Articles by Mead Naji

Page 3 of 3

How to Parse a CSV File in Bash

Mead Naji
Mead Naji
Updated on 04-Nov-2024 434 Views

CSV files are a common file format that we use on the Internet a lot. They are basically a file type that consists of lines, with each line considered a row in a simple table. As the name suggests, CSV (Comma-Separated Values) means that data in each line is separated by commas. CSV files are just plain text that we can view and edit in any editor. The common fields we see using this type of file are in spreadsheets, databases, storing configuration data, and data exchange between APIs. In Linux, there are many ways to parse a file like ...

Read More

Hello World in Bash Script

Mead Naji
Mead Naji
Updated on 04-Nov-2024 437 Views

A command line or terminal is an important component of the Linux operating system, as it allows for inclusive administration and management of the operating system as a whole. Even if we are talking about a Linux distribution that uses a graphical interface, you will still need a terminal to unleash all the power and potential of Linux. Linux provides a "shell" to work on the command line. The shell is a command interpreter responsible for executing commands based on what you enter on the command line. The most popular shell is bash (short for "Bourne Again Shell, " ...

Read More
Showing 21–22 of 22 articles
« Prev 1 2 3 Next »
Advertisements