Several ways to output tab characters in shell scripts
This article describes several ways to echo the tab character \t in shell scripts, as well as other ...
Check if string is empty or not in shell
Using bash scripts, sometimes we need to determine whether the string variable is empty. Here are tw...
Topics
Hot Articles