Sometimes you may need to merge multiple PDF files into a single file. Here is how to combine multiple PDF files into one file in Linux.
Python Script to Run SQL Query
Su vs Sudo in Linux
Sometimes you may want to find out the difference between su and sudo commands in Linux. Here is su vs sudo in Linux.
How to Parse Command Line Arguments in Bash
Sometimes you may need to read command line argument in shell script. Here is how to parse command line arguments in shell scripts in Linux.
How To Insert Data into Redshift Table
Here is how to insert data into redshift table. You can use it to insert multiple rows, insert into sortkey and insert into identity column.
Top SFTP Command Examples
SFTP is a secure file transfer protocol in Linux. Here are top SFTP command examples for your reference.
How to Compare Two Directories in Linux
Sometimes you may need to compare two directories or folders in Linux. Here is how to compare two directories in Linux.
How to Find Files Larger Than 1GB
Sometimes you may need to find files larger than specific size. Here is how to find files larger than 1GB in Linux.
How to Compare Two Files in Linux
Shell Script to Check Disk Space and Send Email Alerts
Sometimes you may need to check disk space and send email alerts in Linux. Here is how to check disk space and send email alerts in Linux.