michael@slashetc:~$

  • The magic of BASH string expansion

    If you’ve struggled with workarounds for certain character formats on the command line, this BASH trick will make you very happy. It allows AWK and sed to use BASH as an interpreter. Article Source.

  • Superpaper is an Advanced Multi-Monitor Wallpaper Tool for Linux

    {sizes=”(max-width: 406px) 100vw, 406px” srcset=”https://aozoeky4dglp5sh0-zippykid.netdna-ssl.com/wp-content/uploads/2019/05/photo-1457305237443-44c3d5a30b89-406x232.jpeg 406w , https://aozoeky4dglp5sh0-zippykid.netdna-ssl.com/wp-content/uploads/2019/05/photo-1457305237443-44c3d5a30b89-350x200.jpeg 350w “}Superpaper is an advanced multi monitor wallpaper tool for Linux and Windows desktops with bezel correction, PPI correction, and alignment testing. This post, Superpaper is an Advanced Multi-Monitor Wallpaper Tool for Linux, was written by Joey Sneddon and first appeared on...

  • How to Read a File Line By Line in Bash

    When writing Bash scripts, you will sometimes find yourself in situations where you need to read a file line by line. For example, you may have a text file containing data that should be processed by the script. Article Source.