If you don't love the shell you're using on your Linux system, change it! There are plenty, including bash, fish, ksh, tcsh, zsh. There are quite a few shells on Linux system and more that can be ...
If you're working in a Linux environment, chances are you've encountered environment variables—even if you didn’t realize it at the time. They quietly power much of what goes on behind the scenes in ...
Turns out ls is more memorable when there’s loot involved.
A shell script is a text file that contains a sequence of commands for a Unix-based operating system (OS). It's called a shell script because it combines a sequence of commands in a file that would ...
They were supposed to be replaced years ago. Somehow, we are still using them!
If you're not yet comfortable with writing scripts on Unix and Linux systems, this post might get you off to a healthy start. Creating a script on a Unix or Linux system can be dead easy or ...