Category Archives: bash scripting

Converting A Bash Shell CLI Into An Executable Script on macOS Finder

I was doing a certain task that required me to rename the whole files in the folder with an extension of JPG. Initially, as a person who loves to do tasks using CLI (command line interface), this is an easy task. Find the pattern of the files, that is only three digits of number, then… Read More: Converting A Bash Shell CLI Into An Executable Script on… »

Small Tune in macOS

I usually did these steps when having a newly installed macOS. This post also serves as my personal notes on how to do several things such as:1. Changing the terminal appearance with colorful prompt.2. Finder shows hidden folders/files.3. Changing default folder of Screenshot file 1. Changing the terminal appearance with colorful prompt. 2. Finder shows… Read More: Small Tune in macOS »

Odd CSV File

As a lecturer, I wanted to register my students into my Ubuntu machine. I wanted it done in a fancy way: scripting. Then I began to download the list of my students from our system, opened it with Microsoft Excel sheet format, and saved it as CSV format. It was just another script to parse… Read More: Odd CSV File »