在查看 shell 脚本时,我遇到了这一行
sed '1{/^$/d}' $file1 >> $file2
这里有什么意义呢sed '1{/^$/d}'?
sed '1{/^$/d}'
sed regular-expression
regular-expression ×1
sed ×1