Skip to content

ckdbtech

  • Home
  • About Us
  • Contact Us

bash

Bash rmdir Command – Delete Files And Directories

July 27, 2025 by Debjeet Bhowmik
Bash rmdir Command

Hey there, fellow Linux enthusiast! After a long project, your file system can start to look like a digital junk drawer. You have got empty folders left behind from old experiments or finished tasks. How do you neatly clear them out? Enter the rmdir command! rmdir is a specialized Bash command specifically designed for removing … Read more

Categories bash Tags bash, reviewed, rmdir Leave a comment

Bash mkdir Command – Create Directories

July 27, 2025July 24, 2025 by Debjeet Bhowmik
Bash mkdir Command

Imagine you are starting a fresh project, downloading a plethora of files, or just trying to keep your digital space neat. What is the initial step to organization? Making new spaces for your stuff! In the Linux terminal, that vital task belongs to the simple yet robust mkdir command. This post will serve as your … Read more

Categories bash Tags bash, mkdir, reviewed Leave a comment

Bash echo Command – Displaying Text In Terminal

July 24, 2025July 23, 2025 by Debjeet Bhowmik
Bash echo Command

Ever needed your Bash script to ‘talk’ to you, displaying messages, instructions, or results? Or perhaps you just want to quickly print some text to your terminal screen? That’s where the echo command comes in – your voice in the command line! echo is one of the most fundamental and frequently used Bash commands. It … Read more

Categories bash Tags bash, echo, reviewed Leave a comment

Bash cd Command – Navigate File System

July 22, 2025 by Debjeet Bhowmik
Bash cd Command

Ever feel like you are lost in a digital maze, searching for that one important file on your Linux system? Just like you navigate physical spaces, you need a way to move through your computer’s file system. In the Linux terminal, your most important navigation tool is the simple yet mighty cd command. The cd … Read more

Categories bash Tags bash, cd, reviewed Leave a comment

Bash ls Command – List Directory Contents

July 21, 2025July 21, 2025 by Debjeet Bhowmik
Bash ls Command

Navigating a Linux system can feel like exploring a new city, and ls is your trusty map. Ever felt lost in your terminal, wondering where your files went? You are not alone! The ls command is one of the most fundamental and frequently used commands in the Linux/Unix terminal. It is used for listing directory … Read more

Categories bash Tags bash, ls, reviewed Leave a comment
  • ai (50)
  • bash (8)
  • cheatsheet (2)
  • git (6)
  • gitlab (17)
  • kubernetes (1)
  • python (149)
  • terraform (31)
Recent Posts
  • Blog Post #149: Writing and Appending to Text Files
  • Blog Post #148: The Best Way to Read Large Files: Iterating Line-by-Line
  • Blog Post #147: Reading from Files: .read(), .readline(), and .readlines()
  • Blog Post #146: Controlling File Access: A Guide to File Modes (r, w, a, x)
  • Blog Post #145: The Pythonic Way to Handle Files: The with open() Statement
  • Blog Post #144: Understanding File Paths: Absolute vs. Relative
  • Blog Post #143: Your Program’s Memory: An Introduction to Data Persistence
  • Blog Post #142: Part 5 Recap & Project: Refactoring to Pythonic
  • Blog Post #141: Practical Decorator Example: A @logger for Debugging
  • Blog Post #140: Practical Decorator Example: A @timer to Measure Execution Time
  • Blog Post #139: Understanding Decorators, Part 3: The @ Syntax
  • Blog Post #138: Understanding Decorators, Part 2: Manually Wrapping a Function
  • Blog Post #137: Understanding Decorators, Part 1: Functions are Objects
  • Blog Post #136: A Quick Look at itertools
  • Blog Post #135: Don’t Reinvent the Wheel: any() and all()
  • LinkedIn
  • Facebook
  • Twitter
  • RSS Feed

FooterMenu

  • Privacy Policy
  • Disclaimer
  • Terms of Use
© 2025 ckdbtech