Horje
bash replace specific line in file Code Example
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)




Shell

Related
What commands would you use to force an overwrite of your local files with the master branch? Code Example What commands would you use to force an overwrite of your local files with the master branch? Code Example
sum column bash Code Example sum column bash Code Example
microsoft team ubuntu Code Example microsoft team ubuntu Code Example
vim get color name at cursor Code Example vim get color name at cursor Code Example
filter match in line sed Code Example filter match in line sed Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8