News

It's easy to add a few lines of text to files on Linux, but there are tools that make it easier to add many lines. There are a number of ways to add text to files on Linux systems without having to ...
BASH is a Unix shell and command language which can run Shell Script files. You do not need to install Ubuntu or any other Linux Distros unless your scripts need the ...
There are number of ways to join multiple lines of text and change delimiters if needed. This article shows two of the easier ways to do this and explains the commands. The paste command was developed ...
Community driven content discussing all aspects of software development from DevOps to design patterns. If you want to create a script and run it in Ubuntu, a few extra steps are involved. First, ...
Linux 101: What does “sourcing a file” mean in Linux? Your email has been sent Sourcing a file in Linux is a very important concept, but it might not be one you’ll use early on in your Linux career.
You've seen it a million times—the hash-bang (#!) line at the top of a script—whether it be Bash, Python, Perl or some other scripting language. And, I'm sure you know what its purpose is: it ...
Adding a second (or third or more!) hard drive to your computer is a great way to, well, give your computer more disk space. Ok, the concept is pretty logical but the process to make it work needs ...
We often write quick bash scripts and judging by the comments, half of us use bash or a similar shell to pop out quick, useful scripts, and half of us think that’s an abomination, and you should only ...
A filesystem is a way that an operating system organizes files on a disk. These filesystems come in many different flavors depending on your specific needs. For Windows, you have the NTFS, FAT, FAT16, ...
Linux 101: How to execute commands from within the nano text editor Your email has been sent If nano is your Linux editor of choice, and you want to make it a bit more flexible, Jack Wallen is ready ...