Pradeep Jhuriya has Published 67 Articles

Linux sort Command

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:31:59

Introduction The sort command in Linux is a powerful and versatile tool that is used to sort lines of text files in a variety of ways. It can be used to sort files alphabetically, numerically, or in reverse order. It also has the ability to sort based on specific fields ... Read More

The echo Command in Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:30:56

Introduction The echo command is a fundamental command in Linux that is used to send text or variables to the terminal. It is one of the most basic and essential Linux commands, and mastering it is imperative for beginners to navigate the command line more easily. In this post, we'll ... Read More

Guide to the Linux wc Command

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:30:22

Introduction The wc command, which is short for "word count", is a simple yet powerful tool that allows you to quickly and easily count the number of lines, words, and characters in a file. But the wc command is capable of much more than counting words. In this guide, we'll ... Read More

Linux watch Command

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:29:37

Introduction The watch command in Linux is a powerful tool that allows you to execute a program periodically, showing output in fullscreen. This command runs the specified command repeatedly, displaying its output and errors. By default, the specified command runs every two seconds and watch runs until interrupted. In this ... Read More

Soft-Delete Files from the Terminal on Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:29:02

Introduction When working with files in the terminal on Linux, there may be times when you want to delete a file but also keep a copy of it just in case. This is where the concept of "soft delete" comes into play. A soft delete allows you to move a ... Read More

Kill Commands In Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:28:19

Introduction On Linux, the "kill" command is used to send a signal to a process, which can be used to kill the process. The signal can be specified as a signal number or as a signal name, and the default signal is the TERM signal, which terminates the process. In ... Read More

The head and tail commands in LINUX

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:27:34

Introduction The command line is a powerful tool for managing and manipulating files and directories in Linux. Two essential commands for working with text files are the “head” and “tail” commands. These commands allow users to display the beginning or end of a file, respectively. In this article, we will ... Read More

Guide to the Linux touch Command

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:25:37

Introduction The Linux touch command is a versatile tool that allows you to create new files and update timestamps on existing files. In this guide we will explain the basic use of the touch command and some of its advanced options. We will also provide examples of how to use ... Read More

Date Command in Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:24:39

Introduction The "date" command in Linux is a simple but powerful tool used to display the current date and time, as well as set the system date and time. This command is extremely useful for troubleshooting and system administration tasks, and is a vital tool in understanding any Linux user. ... Read More

“Cut” Command in Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:23:27

Introduction The "cut" command in Linux is a powerful command line utility that allows you to extract specific sections of text from a file or data stream. Whether you're working with tab-delimited files, CSV files, or just want to extract a specific range of characters, the cut command is a ... Read More

1 2 3 4 5 ... 7 Next
Advertisements