Should read:finalduty wrote:If you want to remove the comments from the script and strip it down, use this sed commandCode: Select all
sed '/^## /d' fastestmirror.sh && sed '/^$/d' fastestmirror.sh
Code: Select all
sed '/##/d' fastestmirror.sh | sed '/^$/d