BLOG

Latest Articles

How to get file size in Python? [SOLVED]

There are multiple methods to get file size in python using os.path.getsize(), os.stat(), file.seek(), Path().stat()

By bashiralam · 5 min read · Python

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