Posts with the tag Linux:

Bash Utility to Rename all files in a Folder

Bash Utility to rename all the Files in a Folder

I wanted to rename all the files in a folder - from the extension .jpeg to .jpg and was looking to automate as there were roughly more than 20 files :)

Read More ...

Grep With Whole Words

Grep With Whole Words

We will see how to extract the whole words in Linux using the famous grep command in this post, which needs a tweak in the way we execute it by passing a few additional arguments.

Read More ...

Built in Calendar Utility in Linux

We will see how to use the built in Calendar utility in the Linux based Operating Systems.

Read More ...

How to Use the BC Tool

We will see how to use the bc tool (Basic Calculator) in this post.

Read More ...

How to Use Previous Result in BC Tool

We will see how can use make use of the previous result (accumulated result) in the bc utility/tool in Linux.

Read More ...