Sometimes you may need to reverse string in Python. Here are different ways to reverse string in Python.
Linux
How to Append Text At End of Each Line in Linux
Sometimes you may want to append text at the end of each line in Linux. Here is how to do it using sed command in Linux.
How to Find & Remove Unused Files in Linux
Sometimes you may need to find & remove unused files in Linux. In this article, we will look at how to find & remove unused files using find & rm commands.
How to Sort Files by Size in Linux
How to Combine Multiple PDF Files into One in Linux
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.
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.
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.