Tag: echo Archive

The Linux Command Line Part 3

Published on January 21, 2023 at 7:18 am by LEW

Introduction

In this post we will examine a few more commands, and there uses. Noting to complex at this point, as we are still learning to crawl. Specifically we will be looking at man (manual pages), whoami, and pwd (print working directory). Additionally we will take a look at where the command binaries (files) reside on your drive. This means we will touch, just a tinny bit, on the Linux File Structure. (more…)

SharePin It!

Simple Script Example! Shell Scripting – Part 2

Published on September 9, 2022 at 5:08 pm by LEW

Introduction

In this post we will be covering the various parts of, as well as creating, a simple shell script to do some fairly basic stuff. I will be explaining how I go about scripting. Just remember, that’s not the end all. Everyone will develop their own way of doing things that works for them. (more…)

SharePin It!

Linux Command: printf (bash)

Published on September 6, 2022 at 7:02 pm by LEW

Introduction

The printf command is a small program that creates formatted output. It is available in several programing languages, as well as several different command shells. In this post I will focus on using printf in the Bourne-again Shell (bash) used in many Linux distributions. (more…)

SharePin It!