
Sagar Sharma
157 posts published

Using ifup, ifdown, and ifquery commands in Linux
The ifup, ifpdown and ifquery are parts of the same package and help you troubleshoot the network interfaces in Linux.
ยท Sagar Sharma

Find Empty Directories in Linux Command Line
Here are a few examples of finding and deleting empty directories in the Linux command line.
ยท Sagar Sharma

How to Run Perl scripts in Linux Command Line
Learn to learn Perl scripts in Linux command line. Also learn a few tricks about running Perl commands without saving them in files.
ยท Sagar Sharma

Find Files Modified in Last N Minutes in Linux
Finding recently modified files is a helpful parameter when troubleshooting your code or server. Learn how to find modified files in Linux command line.
ยท Sagar Sharma

Remove Exif Data in Linux Command Line
Exif data can be a privacy threat if you upload images on the internet. Here's how to remove it in the Linux command line.
ยท Sagar Sharma

What is Dash Shell in Linux?
Not many people are aware of a dash shell which is usually found in the Debian Linux distribution. Here's a quick introduction.
ยท Sagar Sharma

How to Use the find Command With exec
Find works on searching files based on a number of criteria. The exec command gives you the ability to work on those results. Here are some examples of find exec command combination.
ยท Sagar Sharma