Prateek Jangid has Published 190 Articles

Preserve Linebreaks When Storing Command Output to a Variable

Prateek Jangid

Prateek Jangid

Updated on 13-Sep-2023 10:41:44

361 Views

In Linux, command substitution allows a user to use the output of a command as an argument for other commands. Here you can substitute all commands that can write standard output. Moreover, you can use the command substitution to create a shell script and save the command's output as a ... Read More

EasyTAG: A Tool for Viewing and Editing Tags in Audio and Video Files

Prateek Jangid

Prateek Jangid

Updated on 13-Sep-2023 10:39:46

124 Views

EasyTAG comes in handy when editing associated text tags of an image, audio, or video. It is an open-source, cross-platform, feature-rich, and free tool released under the GNU General Public License. EasyTAG tool acts as a backbone for animation, video, audio, application, etc., in which the details of the ... Read More

dutree – A CLI Tool to Analyze Disk Usage in Coloured Output

Prateek Jangid

Prateek Jangid

Updated on 13-Sep-2023 10:30:18

103 Views

The dutree is an open-source and free command line tool in Linux that lets you analyze disk usage and display the output in a colored format. This command combines two well-known Linux commands, the durep (generates disk usage report) and the tree (lists the contents of a directory in tree ... Read More

List the Size of Each File and Directory and Sort by Size in Linux

Prateek Jangid

Prateek Jangid

Updated on 22-Aug-2023 12:39:00

1K+ Views

Listing the size of each file and directory is good because it helps a user sort them according to the size. Sorting files according to size is necessary to free up space, make them more organized, etc. You can organize the Linux file system through the command line and graphical ... Read More

How to Create Soft Links to Directories on Linux?

Prateek Jangid

Prateek Jangid

Updated on 22-Aug-2023 12:36:33

2K+ Views

A soft link (symlink or symbolic link) is generated as a shortcut to the available files or folders in the system. Usually, these soft links are used to link libraries. Soft links allow storing multiple clones of the same document in different file systems or destinations. This link refers to ... Read More

Find the Total Size of All Files in a Directory on Linux

Prateek Jangid

Prateek Jangid

Updated on 22-Aug-2023 12:33:27

3K+ Views

You can use various types of commands to get the total size of all files in a directory on Linux. There are also some GUI tools in Linux to display the total size of the directory in a more simple format. Getting the correct information about the directories can help ... Read More

How To List All Group in Linux ?

Prateek Jangid

Prateek Jangid

Updated on 18-May-2023 16:28:18

706 Views

Groups in Linux are the collection of all the users of a system. These groups offer a convenient and simple way for the system users to share the directories with no issues. A Linux system can have many users who are divided into several groups. Admin must rank each member ... Read More

Print Lines Between Two Patterns in Linux

Prateek Jangid

Prateek Jangid

Updated on 18-May-2023 16:18:17

1K+ Views

Printing lines between two patterns is functional when you need to print only a few lines from these files or keep your lines under a specific pattern. Although you can print the lines through the grep command, it is impossible to print the particular line. In this case, you can ... Read More

Processing Linux Commands in Parallel

Prateek Jangid

Prateek Jangid

Updated on 18-May-2023 16:17:14

8K+ Views

Processing the commands in parallel can ease your work while executing multiple commands in Linux. As a Linux administrator, you can process multiple commands in parallel to perform various tasks, such as restarting services, installing system patches, and installing applications. Combining two or more commands in the command line is ... Read More

Set Up cURL to Permanently Use a Proxy on Linux

Prateek Jangid

Prateek Jangid

Updated on 18-May-2023 16:15:54

751 Views

cURL is used to request data from a server and send it to a device. Through this command, the user specifies the server URL and the data it needs to send the URL (the location to which the request is sent). Curl works on Windows, MacOS, and Linux and supports ... Read More

1 2 3 4 5 ... 19 Next
Advertisements