
Sometimes you may need to download and save as, or save downloaded file as different name in wget. Here is how to rename downloaded file in wget.
Sometimes you may need to download and save as, or save downloaded file as different name in wget. Here is how to rename downloaded file in wget.
Sometimes you may need to set maximum download speed in wget. Here is how to limit download speed rate in wget command.
Sometimes you may want to automate SSH login, or provide SSH password in shell script. Here are the steps to pass SSH password in shell script.
Often you may need to increment or decrement variables in shell script. Here is how to increment and decrement variables in shell script.
Sometimes you may need to get current directory of bash script in Linux. Here are the steps to do it.
Sometimes you may need to check remote SSL certificate in Linux. Here are the steps to display SSL certificate details using command line.
Sometimes you may need to merge or combine two files in Linux. Here is how to append one file to another in Linux.
Sometimes you may need to loop through all files in directory in Linux. Here are the steps to do it.
Sometimes you may need to store output of cut command in variable in Linux. Here are the steps to do it.
Sometimes you may need to use shell variables in awk script or command. Here is how to do it in Linux.