Linux Tutorial on Elango Notes This linux tutorial provides 5 practical examples of paste command in linux / unix OS. This includes files merging horizontally, sequentially, displaying file contents, etc,… Paste Command …
Month: March 2023
How to Convert MP4 to MP3 using Python Tutorial
Python PyQT5 Project MP4 TO MP3 USING PYTHON Installing library moviepy Example 1 (Installing moviepy via pip command in windows) Example 2 Used Classes 1. VideoFileClip Used Instance Property 1. audio Used…
How to test Internet Speed in Python Tutorial
Internet Speed Test in Python Download Speed Upload Speed Required Module Steps for Installing SpeedTest Library in Visual Studio Code (VSC) Editor in Windows EXAMPLE CODE TO DISPLAY THE INTERNET SPEED 1….
4 Linux Tips – How to Append Text to File linux
Linux Commands – Appending Text to file In this tutorial, you can learn how to append text to a file using four different ways. They are 1. Using cat command Syntax cat…
3 Linux Tips – How to List Files and Directories in Linux
Linux Tips In linux, three different ways are available to list files and folders in the current working directory. They are 1. Using echo command Syntax echo *.* or echo * Example…
How to use Case Statements in Shell Script
Case Statements (Switch Statements) Usage Syntax case <variable> in Pattern 1) Commands / statements ;; Pattern 2) Commands / statements ;; … *) ;; easc Where, EXAMPLE SCRIPT…
14 Linux Tips – How to Display the File Contents in Linux / Unix
Linux Tips – How to Display the File Contents on Linux This tutorial provides 14 tips to display the file contents on the linux terminal using 14 different commands. They are 1….
5 Linux Tips – How to Create File on Linux Terminal
Linux Tips – File Create in Linux Command Line This linux tutorial provides five different ways to create a file on the terminal using five different commands. They are 1. Create file…
5 Linux Tips About How to Check File Size in Linux
Linux Tips – How to check file size in Linux In this tutorial, you will learn how to check the file size in linux terminal using five different tips with help of…
How to use Input Arguments in Python
In this python tutorial, the following types of input arguments in python are covered (python input statement). They are PYTHON INPUT ARGUMENTS TYPES 1. Assignment Inputs (Static Inputs) I. EXAMPLE OF ASSIGNMENT…