【发布时间】:2014-12-09 20:30:42
【问题描述】:
如何在 bash 中使用 sed 命令在匹配模式之前或之后逐行追加空格数?
文件.txt
str_len: equ $ - str ; calcs length of string (bytes) by
; subtracting this address ($ symbol)
output.txt
str_len: equ $ - str ; calcs length of string (bytes) by
; subtracting this address ($ symbol)
【问题讨论】: