Beginners Guide for Export Command in Linux
https://linuxtldr.com/export-command/
https://linuxtldr.com/export-command/
Linux TLDR
Beginners Guide for Export Command in Linux
The export command is used to create environment variables or update variable values in the current shell session by newly forked child processes without starting a new shell session.
How to Use Here Document (HereDoc) in Linux Shell Script
https://linuxtldr.com/heredoc/
https://linuxtldr.com/heredoc/
Linux TLDR
How to Use Here Document (HereDoc) in Linux Shell Script
In Bash and also for other implementations of the shell, like zsh and fish, you can use the HereDoc to redirect a multi-line or block of lines from the script as an input to interactive commands.
Beginners Guide for Read Command in Linux
https://linuxtldr.com/read-command/
https://linuxtldr.com/read-command/
Linux TLDR
Beginners Guide for Read Command in Linux
The read command is a built-in Linux utility that allows shell script writers to take single line input from the keyboard or from the file descriptor and store it in a variable.
Listing All the Available Shells in Your Linux System
https://linuxtldr.com/listing-available-shells-in-linux/
https://linuxtldr.com/listing-available-shells-in-linux/
Linux TLDR
Listing All the Available Shells in Your Linux System
In this article, you will learn different ways to list all the available shells in your Linux system, including shells associated with specific users, your own default login shell, and many more.
How to Find the Most Used Commands in Your Linux System
https://linuxtldr.com/finding-the-most-used-commands-in-linux/
https://linuxtldr.com/finding-the-most-used-commands-in-linux/
Linux TLDR
How to Find the Most Used Commands in Your Linux System
In this article, you will learn how to list the most and least executed commands in your Linux system to find your favorite tool.
Display and Filter History Records Based on Date and Time in Linux
https://linuxtldr.com/display-and-filter-history-records-based-on-date-and-time/
https://linuxtldr.com/display-and-filter-history-records-based-on-date-and-time/
Linux TLDR
Display and Filter History Records Based on Date and Time in Linux
In this article, you will learn how to add date and time to the history record and how to list previously executed commands based on their date and time in Linux.
How to Backup and Restore Linux Command History
https://linuxtldr.com/backup-and-restore-linux-command-history/
https://linuxtldr.com/backup-and-restore-linux-command-history/
Linux TLDR
How to Backup and Restore Linux Command History
In this article, you will learn how to view, backup, and restore the Linux command history on a Linux system, so stick with it till the end to learn everything.
Linux Vipw and Vigr Commands Explained
https://linuxtldr.com/vipw-and-vigr-commands/
https://linuxtldr.com/vipw-and-vigr-commands/
Linux TLDR
Linux Vipw and Vigr Commands Explained
In this article, you will learn about the vipw and vigr commands that let you safely edit the configuration files related to users or groups in your favorite text editor.
Beginners Guide for Rename Command in Linux
https://linuxtldr.com/rename-command/
https://linuxtldr.com/rename-command/
Linux TLDR
Beginners Guide for Rename Command in Linux
In Linux, the rename command is an amazing utility that allows you to rename single or multiple files at once, based on a set of rules or regular expressions you specify.
How To Disable Directory Listing From the Command Line in Linux
https://linuxtldr.com/disable-directory-listing-in-linux/
https://linuxtldr.com/disable-directory-listing-in-linux/
Linux TLDR
How To Disable Directory Listing From the Command Line in Linux
In this article, you will learn how to disable the directory content listing from the command line in Linux.
❤1
Beginners Guide for Sleep Command in Linux
https://linuxtldr.com/sleep-command/
https://linuxtldr.com/sleep-command/
Linux TLDR
Beginners Guide for Sleep Command in Linux
In this article, you will learn about the sleep command with its different suffixes and how to use it in shell scripts to pause the execution for a certain period of time.