Topic
bash
5 articles

ubuntulinuxDec 6, 2022
12 Practical Grep Command Examples In Linux
In Linux command line, the grep command is a powerful tool for searching text within files.
sysxplore · 6 min
ftpserverNov 21, 2022
How to setup your ftp server in Linux
In this tutorial I'm going to show you how you can setup your own ftp server on linux.
sysxplore · 4 min
linuxbashJun 9, 2022
Everything you need to know about the Linux 'ls' command.
The ls command is one of the most commonly used Linux commands for listing available files or directories from the command line.
sysxplore · 6 min
linuxbashJun 6, 2022
WTF is Linux Shell Command substitution.
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.
sysxplore · 3 min
bashshellJun 2, 2022
How to change Directory In Shell Scripts?
For convenience, there are times you may want to run a shell script that changes your current working directory to another directory.
sysxplore · 4 min