Tag archives for shell script - Page 3
Get the List of All Files and Directory Recursively in Linux
List files and directories inside the specified path Some time we want to check list all files in a directory recursively. But its hard to navigate each and every directory…
Rename all Files in the Directory
Here is the simple shell script to rename all files in the folder with increasing number. In below example I am going to rename all jpg image with increasing number.…
Run Mysql Query from Command Line
Shell script to run mysql query from command line without login into mysql command prompt. You can use these shell script for quickly execution of MySQL query from a Linux Shell. Method…