TAG

Tips and Tricks

What does echo -n do in Linux? [SOLVED]

Use echo -n in Linux to remove trailing new line character from any sentence. use this inside shell script or from terminal

By omercakmak · 3 min read · Linux

Learn Linux wheel group usage [With Examples]

Learn what is the significance of wheel group. Any user part of this group gets root level access so this should be used cautiously. Add or remove users from …

By omercakmak · 5 min read · Linux