Kubesimplify

Kubesimplify

Follow
homeYouTubenewslettermembers
Tag

Bash

#bash

More content

Read more stories on Hashnode


Articles with this tag

12 Practical Grep Command Examples In Linux

sysxploresysxplore
Dec 6, 20226 min read

In Linux command line, the grep command is a powerful tool for searching text within files. In this article, I will go over 12 examples of grep...

12 Practical Grep Command Examples In Linux

How to setup your ftp server in Linux

sysxploresysxplore
Nov 21, 20224 min read

In this tutorial I'm going to show you how you can setup your own ftp server on linux. But before we begin I'm going to give you a brief description...

How to setup your ftp server in Linux

Everything you need to know about the Linux 'ls' command.

sysxploresysxplore
Jun 9, 20226 min read

How to List Files in a Directory with Option Flags · The ls command is one of the most commonly used Linux commands for listing available files or...

Everything you need to know about the Linux 'ls' command.

WTF is Linux Shell Command substitution.

sysxploresysxplore
Jun 6, 20223 min read

Command substitution allows you to assign the output of a shell command to a variable. This one of the most useful feature of shell scripts. After...

WTF is Linux Shell Command substitution.

How to change Directory In Shell Scripts?

sysxploresysxplore
Jun 2, 20224 min read

Can You Change Directory In Bash Script? · Can We Use Cd Command In Shell Script? Can I Change Directory In A Bash Script? How Do I Change The Path Of A...

How to change Directory In Shell Scripts?