Dive deeper into i3 Window Manager with supporting scripts in this continuation article. Explore essential bash scripts for workspace management, window movement, and keyboard shortcut listing. Learn how these scripts enhance the functionality and customization of i3, empowering users to optimize their workflow efficiently... Read More
Articles found : 16
search term: bash scripts
Shell scripting is the language of Linux Command Line, it is the most used language under linux because you can assimilate and use all other languages in your scripts. you can use Python scripts, All the operating system programs and commands, you can even run php scripts right from your terminal or shell scripts.... Read More
One of the best things in Bash is the extensive tools we can use to manipulate strings. you can extract substrings , replace or delete them, and do much more... Read More
Loops are an important part of any programming language, they offer a way to repeat commands or instruction without repeating lines of code, the for loop comes in different styles in bash scripting... Read More
Master the ffmpeg command with this comprehensive guide, covering basic and advanced usage as well as script examples. Learn how to manipulate audio and video files, perform conversions, apply filters, and automate tasks using ffmpeg commands, scripts, and practical examples.... Read More