BLOG

Latest Articles

[Solved] Found a swap file by the name .XXX.swp

What is .swp file? Why this file is created? How to get rid of Found a swap file by the name warning? Another program may be editing the same file. An edit …

By admin · 8 min read · How To

Bash if else usage guide for absolute beginners

Beginners tutorial to learn bash if else statement in Linux and Unix. Nested if statement, Bash if multiple condition, if elif else statement with shell script …

By admin · 13 min read · Shell Scripting

Bash Function Usage Guide for Absolute Beginners

How to define bash function, pass command line arguments to a function and store it as variable or array, Use return value to return different exit codes from …

By admin · 14 min read · Shell Scripting