bash replace string
string="stirng" ; echo "${string//ir/ri}"
bash replace specific line in file
# Basic syntax:
sed '<row_number>s/.*/<replacement_text>/' your_file
# Where:
# - The row_number is the row your want to replace with the
# replacement_text
# - .* means match anything on that row (so it can be replaced)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us