Regular Expressions in Grep
Regular Expressions are often used to find specific patterns of data and strings in our files and directories, we can use it with the grep command well.
Read More99 articles found
Linux Commands
Regular Expressions are often used to find specific patterns of data and strings in our files and directories, we can use it with the grep command well.
Read More
Linux Commands
The history command in Linux is a utility that allows you to view and interact with the list of commands that the user has entered in the shell session.
Read More
Linux Commands
Emacs is a highly customizable text editor primarily used for writing and editing plain text files with a range of keyboard shortcuts and commands.
Read More
Linux Commands
A screen is a powerful tool that gets used from the terminal and allows the user to use multiple sessions from a single ssh session.
Read More
Linux Commands
Crontab Job is a process that allows Linux users to automate different tasks. We can set a time as well for each job to execute as well.
Read More
Linux Commands
Practical guide on the Linux boot process and the booting component and run levels for system administrator, developer, and users of the Linux operating system.
Read More
Linux Commands
Find and Replace is a useful feature in Vim that lets you search for specific text and replace it with something else. Great for fixing errors or updating code.
Read More
Linux Commands
Vim is a powerful text editor that offers efficiency and a wide range of features. The command options include file handling, editing, and use of arrow keys.
Read More
Linux Commands
Top command on Linux is a utility that allows you to view real-time data about your system’s CPU usage, Process IDs, memory, and other resources.
Read More
Linux Commands
The more command is a terminal command in Linux that lets you view text files but not all at once. It shows the text file content page by page.
Read More