Pradeep Jhuriya has Published 83 Articles

Split a File at Given Line Number

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 04-Jan-2023 11:41:44

4K+ Views

Introduction Sometimes, it may be necessary to split a large file into smaller chunks for easier manipulation or for transfer to other systems. In Linux, the split command can be used to split a file into smaller files based on a specified number of lines. The split command is a ... Read More

How to Record Linux Terminal Sessions?

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 04-Jan-2023 11:38:02

7K+ Views

Introduction Sometimes it can be helpful to record a terminal session in Linux so that you can review the commands you ran, the output they produced, and any other text that was displayed in the terminal. In this article, we'll discuss three different ways to record terminal sessions in Linux ... Read More

How To Script "Yes" When Installing Programs on Linux?

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 04-Jan-2023 11:20:16

996 Views

Introduction Installing programs on Linux can sometimes require user interaction, such as agreeing to license terms or specifying installation options. One way to automate this process is to use a script that automatically inputs the desired responses. In this article, we will discuss how to script the word "yes" when ... Read More

Previous 1 ... 5 6 7 8 9
Advertisements